run ./gradlew test not gw-test alias in git-pull-...
This commit is contained in:
parent
814fef4185
commit
ee497da019
@ -16,10 +16,9 @@ while true; do
|
||||
git pull origin $BRANCH
|
||||
|
||||
# run the command
|
||||
echo "Running gw-test"
|
||||
shopt -s expand_aliases
|
||||
source .aliases
|
||||
gw-test
|
||||
echo "Running ./gradlew test"
|
||||
source .aliases # only variables, aliases are not expanded in scripts
|
||||
./gradlew test
|
||||
else
|
||||
echo "no changes detected on the origin branch"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user