Skip to content

Commit

Permalink
Update .bamboo/E2E-tests/execute.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Fein <[email protected]>
  • Loading branch information
4ludwig4 and b-fein authored Sep 2, 2023
1 parent 579778a commit e50d6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bamboo/E2E-tests/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$DB" = "mysql" ]; then
elif [ "$DB" = "postgresql" ]; then
COMPOSE_FILE="cypress-E2E-tests-postgres.yml"
else
echo "Invalid database type. Please choose either mysql or postgres."
echo "Invalid database type. Please choose either mysql or postgresql."
exit 1
fi

Expand Down

0 comments on commit e50d6f0

Please sign in to comment.