Skip to content
Snippets Groups Projects
Commit e2d2ba23 authored by FAZELI SHAHROUDI Sepehr (INTERN)'s avatar FAZELI SHAHROUDI Sepehr (INTERN)
Browse files

Update GitLab CI script to force push changes to Wiki

parent aa1f4619
No related branches found
Tags v1.78
1 merge request!4Draft: Review Branch with all changes from main against empty
Pipeline #54786 passed
......@@ -78,7 +78,7 @@ deploy_to_wiki:
echo "No changes to commit"
else
git commit -m "Update Wiki with Thesis - $(date)"
git push "https://oauth2:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.wiki.git" HEAD:main -o ci.skip
git push --force "https://oauth2:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.wiki.git" HEAD:main -o ci.skip
fi
only:
- 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