Skip to content
Snippets Groups Projects
Commit 55606b55 authored by Simon Wittl's avatar Simon Wittl
Browse files

ci add

parent a0a6f766
No related branches found
No related tags found
No related merge requests found
Pipeline #54136 failed
......@@ -4,7 +4,12 @@ stages:
mirror_main_branch:
stage: mirror
script:
- git remote add main https://$ACCESS_TOKEN@mygit.th-deg.de/roboct/definitions/json_schemas
- git push --force mirror main
- git remote add mirror https://$ACCESS_TOKEN@mygit.th-deg.de/roboct/definitions/json_schemas
- git fetch mirror public
- git checkout main
- git rebase mirror/public
- git reset HEAD .gitlab-ci.yml
- git checkout -- .gitlab-ci.yml
- git push --force-with-lease origin main
only:
- main
\ No newline at end of file
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