Skip to content
Snippets Groups Projects
Commit d40967d5 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

Merge branch 'master' into develop

parents 9024387c a2ad1529
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ deploy staging documentation:
only:
- develop
deploy rrz:
deploy rrz tag:
image: alpine
stage: deploy
before_script:
......@@ -126,6 +126,17 @@ deploy rrz:
only:
- tags
deploy rrz master:
image: alpine
stage: deploy
before_script:
- sh bin/enable_ssh
- apk add git
script:
- git push $PUBLIC_REPO HEAD:master
only:
- master
test pip deployment:
image: python:3
stage: deploy-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment