did not work, not needed
This commit is contained in:
parent
98033e41dc
commit
f848007878
|
@ -5,7 +5,6 @@ stages:
|
|||
- compile
|
||||
- fortran
|
||||
- performance
|
||||
- deploy
|
||||
- finalize
|
||||
|
||||
|
||||
|
@ -212,14 +211,6 @@ grid_runtime:
|
|||
- if [ ${CI_COMMIT_BRANCH} == development ]; then git commit -am ${CI_PIPELINE_ID}_${CI_COMMIT_SHA}; git push; fi
|
||||
|
||||
|
||||
###################################################################################################
|
||||
source_distribution:
|
||||
stage: deploy
|
||||
script:
|
||||
- cd $(mktemp -d)
|
||||
- ${CI_PROJECT_DIR}/PRIVATE/releasing/tar.xz/create.sh ${CI_PROJECT_DIR} ${CI_COMMIT_SHA}
|
||||
|
||||
|
||||
###################################################################################################
|
||||
update_revision:
|
||||
stage: finalize
|
||||
|
|
Loading…
Reference in New Issue