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