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

test

parent a1eef4dd
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.pip"
PIP_EXTRA_FLAGS: --trusted-host las-nq-serv.physnet.uni-hamburg.de --extra-index-url http://las-nq-serv.physnet.uni-hamburg.de:8080
RUNNING_IN_DOCKER: 'true'
PUBLIC_REPO: git@gitlab.rrz.uni-hamburg.de:las-nq/nqontrol
package:
image: lasnq/nqontrol
......@@ -118,8 +119,10 @@ deploy rrz:
- sh bin/enable_ssh
- apk add git
script:
- ssh git@gitlab.rrz.uni-hamburg.de
- git log
- git clone --depth=1 file://`pwd` tmp
- cd tmp
- git push --force $PUBLIC_REPO HEAD:master
# - git push $PUBLIC_REPO $CI_COMMIT_TAG
only:
- master # TODO remove
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment