|
|
@ -59,7 +59,7 @@ function update_branch() { |
|
|
|
set -o nounset |
|
|
|
set -o nounset |
|
|
|
set -o pipefail |
|
|
|
set -o pipefail |
|
|
|
printf "=== Updating the branch...\n" |
|
|
|
printf "=== Updating the branch...\n" |
|
|
|
git fetch --all --prune || exit "$?" |
|
|
|
git fetch --all || exit "$?" |
|
|
|
git pull --rebase || exit "$?" |
|
|
|
git pull --rebase || exit "$?" |
|
|
|
git rebase --interactive develop_front || exit "$?" |
|
|
|
git rebase --interactive develop_front || exit "$?" |
|
|
|
printf "=== Updating the dependencies...\n" |
|
|
|
printf "=== Updating the dependencies...\n" |
|
|
|