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

test

parent 31fcab6f
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,13 @@ deploy rrz:
- sh bin/enable_ssh
- apk add git
script:
- git clone --depth=1 file://`pwd` tmp
- cd tmp
- git push $PUBLIC_REPO $CI_COMMIT_TAG
- rm -rf .git
- 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:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment