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