Better branch
This commit is contained in:
parent
f6aa667fc1
commit
b17e1762c7
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ LOCAL="$DRONE_BRANCH"
|
|||
[ "$LOCAL" = "core" ] && UPSTREAM=origin/devos || UPSTREAM=origin/core
|
||||
|
||||
git fetch --all
|
||||
git checkout --track origin/"$LOCAL"
|
||||
git checkout "$LOCAL"
|
||||
git merge "$UPSTREAM"
|
||||
git push origin "$LOCAL"
|
||||
|
|
Loading…
Add table
Reference in a new issue