introduce separate database-schemas base+rbac #103

Merged
hsh-michaelhoennig merged 54 commits from introduce-separate-database-schemas-base-and-rbac into master 2024-09-16 15:36:38 +02:00
Showing only changes of commit ee497da019 - Show all commits

View File

@ -16,10 +16,9 @@ while true; do
git pull origin $BRANCH git pull origin $BRANCH
# run the command # run the command
echo "Running gw-test" echo "Running ./gradlew test"
shopt -s expand_aliases source .aliases # only variables, aliases are not expanded in scripts
source .aliases ./gradlew test
gw-test
else else
echo "no changes detected on the origin branch" echo "no changes detected on the origin branch"
fi fi