Update .gitlab-ci.yml file
This commit is contained in:
parent
91bbd00b33
commit
4c687785c7
@ -73,6 +73,7 @@ release:
|
||||
# Commit the updated system.json and push it to master
|
||||
- git config --global user.name "GitLab CI"
|
||||
- git config --global user.email "ci@gitlab.com"
|
||||
- git branch --set-upstream-to=origin/master master
|
||||
- git add system.json
|
||||
- git commit -m "Update system.json with release URL"
|
||||
- git push origin master
|
||||
|
Loading…
Reference in New Issue
Block a user