always create tarball (should result in an Ubuntu Package one day)
This commit is contained in:
parent
497a18b149
commit
fccac1546e
|
@ -12,6 +12,7 @@ stages:
|
|||
- compileAbaqus2017
|
||||
- example
|
||||
- performance
|
||||
- createPackage
|
||||
- createDocumentation
|
||||
- saveDocumentation
|
||||
- updateMaster
|
||||
|
@ -411,6 +412,13 @@ SpectralRuntime:
|
|||
- master
|
||||
- release
|
||||
|
||||
###################################################################################################
|
||||
createTar:
|
||||
stage: createPackage
|
||||
script:
|
||||
- cd $(mktemp -d)
|
||||
- $DAMASKROOT/PRIVATE/releasing/deployMe.sh $CI_COMMIT_SHA
|
||||
|
||||
###################################################################################################
|
||||
AbaqusStd:
|
||||
stage: createDocumentation
|
||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit f1f452c1ab9047232e8c64ca76ba647cfdeb03b1
|
||||
Subproject commit d1d46580823d2896059b9514ddc975f9fe5f6b1f
|
Loading…
Reference in New Issue