From 26a79e26cb2fdb686b613d75f37d69784db36b6b Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 28 Mar 2018 15:29:57 +0200 Subject: [PATCH] ci: fix Github mirroring --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77889b546..a83d15936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,10 +172,10 @@ deploy:packages: only: - tags -deploy:git-mirror: +.deploy:git-mirror: stage: deploy script: - - git push --force --mirror --prune https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com:VILLASframework/VILLASnode.git + - git push --force --mirror https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/VILLASframework/VILLASnode.git # Stage: docker ##############################################################################