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

test

parent 8676b539
No related branches found
No related tags found
No related merge requests found
...@@ -121,10 +121,8 @@ deploy rrz: ...@@ -121,10 +121,8 @@ deploy rrz:
script: script:
- git clone --depth=1 file://`pwd` tmp - git clone --depth=1 file://`pwd` tmp
- cd tmp - cd tmp
- git push --force $PUBLIC_REPO HEAD:master - git push $PUBLIC_REPO $CI_COMMIT_TAG
# - git push $PUBLIC_REPO $CI_COMMIT_TAG
only: only:
- master # TODO remove
- tags - tags
test pip deployment: test pip deployment:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment