did not work, not needed
This commit is contained in:
parent
98033e41dc
commit
f848007878
|
@ -5,7 +5,6 @@ stages:
|
||||||
- compile
|
- compile
|
||||||
- fortran
|
- fortran
|
||||||
- performance
|
- performance
|
||||||
- deploy
|
|
||||||
- finalize
|
- 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
|
- 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:
|
update_revision:
|
||||||
stage: finalize
|
stage: finalize
|
||||||
|
|
Loading…
Reference in New Issue