[CI/CD] Fixed shell test.

This commit is contained in:
Fabio Manganiello 2024-11-10 22:31:18 +01:00
parent dce2861021
commit 697a260026
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -14,7 +14,7 @@ fi
git remote add github git@github.com:/blacklight/platypush.git
if (( "$branch" == "master" )); then
if [[ "$branch" == "master" ]]; then
git pull --rebase github "${branch}" || echo "No such branch on Github"
fi