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
|
- compileAbaqus2017
|
||||||
- example
|
- example
|
||||||
- performance
|
- performance
|
||||||
|
- createPackage
|
||||||
- createDocumentation
|
- createDocumentation
|
||||||
- saveDocumentation
|
- saveDocumentation
|
||||||
- updateMaster
|
- updateMaster
|
||||||
|
@ -411,6 +412,13 @@ SpectralRuntime:
|
||||||
- master
|
- master
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
###################################################################################################
|
||||||
|
createTar:
|
||||||
|
stage: createPackage
|
||||||
|
script:
|
||||||
|
- cd $(mktemp -d)
|
||||||
|
- $DAMASKROOT/PRIVATE/releasing/deployMe.sh $CI_COMMIT_SHA
|
||||||
|
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
AbaqusStd:
|
AbaqusStd:
|
||||||
stage: createDocumentation
|
stage: createDocumentation
|
||||||
|
|
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
||||||
Subproject commit f1f452c1ab9047232e8c64ca76ba647cfdeb03b1
|
Subproject commit d1d46580823d2896059b9514ddc975f9fe5f6b1f
|
Loading…
Reference in New Issue