WIP: introduce separate database schemas #102

Closed
hsh-michaelhoennig wants to merge 57 commits from introduce-separate-database-schemas into master
Showing only changes of commit 33f1706d34 - Show all commits

View File

@ -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