Unify push in one command
This commit is contained in:
parent
1cd1e0c758
commit
23e2fada83
1 changed files with 1 additions and 3 deletions
|
@ -26,9 +26,7 @@ step "Execute pre-push auto-hook"
|
||||||
git autohook pre-push
|
git autohook pre-push
|
||||||
|
|
||||||
step "Execute pushes..."
|
step "Execute pushes..."
|
||||||
for ref in ${REQUIRED}; do
|
git push origin ${REQUIRED} "$@"
|
||||||
git push origin ${ref}
|
|
||||||
done
|
|
||||||
|
|
||||||
step "Execute post-push auto-hook"
|
step "Execute post-push auto-hook"
|
||||||
git autohook post-push
|
git autohook post-push
|
||||||
|
|
Loading…
Reference in a new issue