Ensure git pull before push.
This commit is contained in:
@ -18,7 +18,7 @@ push_github:
|
||||
url: github.com/jmhbnz/tooling
|
||||
script:
|
||||
# Output git status
|
||||
- git checkout master && git status
|
||||
- git checkout master && git pull && git status
|
||||
|
||||
# Add a new remote for github
|
||||
- git remote add github git@github.com:jmhbnz/tooling.git || true
|
||||
|
||||
Reference in New Issue
Block a user