Remove "local" directive from deploy script

While bash tolerates that, dash does not.
newer-dal
LEdoian 3 years ago
parent ab9e2cd9d1
commit ab927c628a

@ -15,8 +15,6 @@ if test -n "$(git status --porcelain)"; then
exit 1 exit 1
fi fi
local branch
if test "$#" -eq 1; then if test "$#" -eq 1; then
branch="$1" branch="$1"
else else

Loading…
Cancel
Save