From 18b86ffeaaee66c9634a08a70119b80add284e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Tore=20L=C3=B8dding?= <bjortlod@stud.ntnu.no> Date: Tue, 21 Jan 2025 21:20:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee51d85..72aa761 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ sync_to_github: - git config --global user.email "bjorn_tore_lodding@hotmail.com" - git config --global user.name "BjornToreLodding" # Legg til GitHub som en remote - - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2 + - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2.git # Pushe endringer til GitHub - git push github --all - git push github --tags -- GitLab