From a5f32dc4024d63be9fe265da92fa583ca04a0b0c Mon Sep 17 00:00:00 2001
From: "[1000i100] Millicent Billette" <git@1000i100.fr>
Date: Fri, 23 Apr 2021 02:46:39 +0200
Subject: [PATCH] CI: auto mirror

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f005a67..6fd4b94 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,8 +36,8 @@ build:
     - ssh-keyscan $GIT_MIRROR_HOST 2>&1 | grep -vE '^#' > ~/.ssh/known_hosts
     - chmod 644 ~/.ssh/known_hosts
     - git remote add mirrorTarget $GIT_MIRROR_TARGET
-    - git push mirrorTarget --all
-    - git push mirrorTarget --tags
+    - git push -u mirrorTarget --all
+    - git push -u mirrorTarget --tags
 
 mirror-framagit:
   <<: *mirror
-- 
GitLab