Skip to content
Snippets Groups Projects
Commit 39462d0d authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added separate release for rawapi.

parent f3dd3935
No related branches found
No related tags found
Loading
Pipeline #40527 passed
......@@ -162,6 +162,17 @@ release:
- /^dev-.*$/
when: manual
releaserawapi:
stage: release
script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN gitlab-registry.mpcdf.mpg.de
- docker pull $RAWAPI_TEST_IMAGE
- docker tag $RAWAPI_TEST_IMAGE $RAWAPI_RELEASE_IMAGE
- docker push $RAWAPI_RELEASE_IMAGE
except:
- /^dev-.*$/
when: manual
deploy:
stage: deploy
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment