Skip to content
Snippets Groups Projects
Commit 2cad7988 authored by Per Christian Gaustad's avatar Per Christian Gaustad
Browse files

Bruk `git --force push` i deploy_doc-jobben

parent fd7a8b9d
Branches main
No related tags found
No related merge requests found
......@@ -80,4 +80,4 @@ deploy_doc:
- git add *
- if git diff --cached --exit-code; then exit 0; fi
- git commit -m "CI job" # fungerer ikke med $CI_COMMIT_SHA ???
- git push -u origin main
- git push --force -u origin main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment