From 634ac8aeee7985a45ecb4d73fe76395602563c8a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 9 Mar 2018 17:13:23 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e61b33..a13615d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,18 +7,18 @@ variables: mirror-master: stage: deploy - only: - - master +# only: +# - master script: - - git remote add upstream $UPSTREAM_REPOSITORY || true - - git fetch upstream - - git push --progress upstream HEAD:$UPSTREAM_BRANCH + - git remote add --mirror upstream $UPSTREAM_REPOSITORY || true +# - git fetch upstream +# - git push --progress upstream HEAD:$UPSTREAM_BRANCH -mirror-tags: - stage: deploy - only: - - tags - script: - - git remote add upstream $UPSTREAM_REPOSITORY || true - - git fetch upstream - - git push --progress --tags upstream \ No newline at end of file +#mirror-tags: +# stage: deploy +# only: +# - tags +# script: +# - git remote add upstream $UPSTREAM_REPOSITORY || true +# - git fetch upstream +# - git push --progress --tags upstream \ No newline at end of file