Skip to content
Snippets Groups Projects
Verified Commit cc47c980 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

automatically merge master into local on updates

parent 52925244
No related branches found
No related tags found
No related merge requests found
Pipeline #14263 failed
...@@ -76,3 +76,11 @@ undeploy test version: ...@@ -76,3 +76,11 @@ undeploy test version:
environment: environment:
name: $CI_COMMIT_REF_NAME name: $CI_COMMIT_REF_NAME
action: stop action: stop
merge into local:
only:
- master@solidstate/lectures
script:
- git checkout local
- git merge master
- git push https://$GITLAB_PUSH_KEY@gitlab.kwant-project.org/solidstate/lectures.git local
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