did not work, not needed

This commit is contained in:
Martin Diehl 2022-03-09 22:42:38 +01:00
parent 98033e41dc
commit f848007878
1 changed files with 0 additions and 9 deletions

View File

@ -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