forked from platypush/platypush
[CI/CD] Fixed shell test.
This commit is contained in:
parent
dce2861021
commit
697a260026
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue