From e77368b211351a4d23e3f8ce7e89a7fc9955808a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 9 Mar 2018 17:14:08 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a13615d..9f27c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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