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

test

parent 31fcab6f
Branches
Tags
No related merge requests found
...@@ -119,9 +119,13 @@ deploy rrz: ...@@ -119,9 +119,13 @@ deploy rrz:
- sh bin/enable_ssh - sh bin/enable_ssh
- apk add git - apk add git
script: script:
- git clone --depth=1 file://`pwd` tmp - rm -rf .git
- cd tmp - git init
- git push $PUBLIC_REPO $CI_COMMIT_TAG - 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