From 692c006af14c69aa0748ee0562aa26561b12b815 Mon Sep 17 00:00:00 2001 From: Christian Darsow-Fromm <christian.darsow@physik.uni-hamburg.de> Date: Wed, 6 Mar 2019 18:55:26 +0100 Subject: [PATCH] test --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca03fa4..ceeaa00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -119,13 +119,7 @@ deploy rrz: - sh bin/enable_ssh - apk add git script: - - 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 + - git push $PUBLIC_REPO $CI_COMMIT_TAG only: - tags -- GitLab