Skip to content
Snippets Groups Projects
Commit 51dcea38 authored by Bjørn Tore Lødding's avatar Bjørn Tore Lødding
Browse files

Update .gitlab-ci.yml file

parent c2e911e6
No related branches found
No related tags found
No related merge requests found
Pipeline #30753 failed
...@@ -5,10 +5,10 @@ sync_to_github: ...@@ -5,10 +5,10 @@ sync_to_github:
stage: sync stage: sync
script: script:
# Sett opp Git-konfigurasjon # Sett opp Git-konfigurasjon
- git config --global user.email "bjortlod@stud.ntnu.no" - git config --global user.email "bjorn_tore_lodding@hotmail.com"
- git config --global user.name "bjortlod" - git config --global user.name "BjornToreLodding"
# Legg til GitHub som en remote # Legg til GitHub som en remote
- git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/bjortlod/hoplatest.git - git remote add github https://oauth2:${GITHUB_TOKEN}@github.com/BjornToreLodding/Hoplatest2
# Pushe endringer til GitHub # Pushe endringer til GitHub
- git push github --all - git push github --all
- git push github --tags - git push github --tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment