forked from platypush/platypush
(Try and) pull the current branch from Github instead of master.
This commit is contained in:
parent
86ce2647e4
commit
011f6d3a66
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ steps:
|
||||||
- ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null
|
- ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null
|
||||||
- git config --global --add safe.directory $PWD
|
- git config --global --add safe.directory $PWD
|
||||||
- git remote add github git@github.com:/BlackLight/platypush.git
|
- git remote add github git@github.com:/BlackLight/platypush.git
|
||||||
- git pull --rebase github master
|
- git pull --rebase github "$(git branch | head -1 | awk '{print $2}')" || echo "No such branch on Github"
|
||||||
- git push --all -v github
|
- git push --all -v github
|
||||||
|
|
||||||
- name: docs
|
- name: docs
|
||||||
|
|
Loading…
Reference in a new issue