From 9a4daaf3e8a519536ee3756f1a9a5ad1807925a1 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Fri, 9 Mar 2018 17:14:34 +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 9f27c64..1df5709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ mirror-master: # only: # - master script: - - git remote add --mirror=push upstream $UPSTREAM_REPOSITORY || true + - git remote add --mirror=push github $UPSTREAM_REPOSITORY || true # - git fetch upstream # - git push --progress upstream HEAD:$UPSTREAM_BRANCH