Update .gitlab-ci.yml

This commit is contained in:
Christoph Haas 2018-03-09 17:14:08 +01:00
parent 634ac8aeee
commit e77368b211
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ mirror-master:
# only:
# - master
script:
- git remote add --mirror upstream $UPSTREAM_REPOSITORY || true
- git remote add --mirror=push upstream $UPSTREAM_REPOSITORY || true
# - git fetch upstream
# - git push --progress upstream HEAD:$UPSTREAM_BRANCH