File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,16 @@ deploy-build:
9494 - git clone --single-branch --branch $OOD_PACKAGING_RELEASE https://github.com/OSC/ondemand-packaging.git tmp/ondemand-packaging
9595 - ./tmp/ondemand-packaging/release.py --debug --pkey /systems/osc_certs/ssh/ondemand-packaging/id_rsa -c build -r $CI_COMMIT_TAG ./dist/*
9696
97+ deploy-staging :
98+ stage : deploy
99+ rules :
100+ - if : $CI_COMMIT_TAG
101+ script :
102+ - mkdir tmp
103+ - echo "Clone ondemand-packaging branch ${OOD_PACKAGING_RELEASE}"
104+ - git clone --single-branch --branch $OOD_PACKAGING_RELEASE https://github.com/OSC/ondemand-packaging.git tmp/ondemand-packaging
105+ - ./tmp/ondemand-packaging/release.py --debug --pkey /systems/osc_certs/ssh/ondemand-packaging/id_rsa -c staging -r $CI_COMMIT_TAG ./dist/*
106+
97107deploy :
98108 stage : deploy
99109 rules :
You can’t perform that action at this time.
0 commit comments