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

test

parent a75cde0c
No related branches found
No related tags found
No related merge requests found
...@@ -119,13 +119,7 @@ deploy rrz: ...@@ -119,13 +119,7 @@ deploy rrz:
- sh bin/enable_ssh - sh bin/enable_ssh
- apk add git - apk add git
script: script:
- rm -rf .git - git push $PUBLIC_REPO $CI_COMMIT_TAG
- git init
- git tag $CI_COMMIT_TAG
- git add *
- git commit -m $CI_COMMIT_TITLE
- git tag $CI_COMMIT_TAG
- git push --force $PUBLIC_REPO $CI_COMMIT_TAG
only: only:
- tags - tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment