diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5873548587a0cdf46796451e76dda826b3af3cc5..077cd70aa70aaf1b685ec843d803b5b28ba093ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,10 +5,10 @@ sync_to_github: stage: sync script: # Sett opp Git-konfigurasjon - - git config --global user.email "gitlab@example.com" - - git config --global user.name "GitLab CI" + - git config --global user.email "bjortlod@stud.ntnu.no" + - git config --global user.name "bjortlod" # Legg til GitHub som en remote - - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/brukernavn/github-repo.git + - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/bjortlod/hoplatest.git # Pushe endringer til GitHub - git push github --all - git push github --tags