run ./gradlew test not gw-test alias in git-pull-...
This commit is contained in:
parent
ee497da019
commit
b76bd5664d
@ -11,7 +11,7 @@ while true; do
|
|||||||
REMOTE=$(git rev-parse origin/$BRANCH)
|
REMOTE=$(git rev-parse origin/$BRANCH)
|
||||||
|
|
||||||
# check if the local branch differs from the remote branch
|
# check if the local branch differs from the remote branch
|
||||||
if [ "$LOCAL" == "$REMOTE" ]; then
|
if [ "$LOCAL" != "$REMOTE" ]; then
|
||||||
echo "pulling changes from origin"
|
echo "pulling changes from origin"
|
||||||
git pull origin $BRANCH
|
git pull origin $BRANCH
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user