Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 3, 2024
1 parent 6c0dece commit 6039065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ db=${2:-install}
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}

# If this script is called from unit-tests.sh, we use the test environment
#export APP_ENV="${3:-prod}"
export APP_ENV="${3:-prod}"
APP_ENV="prod"
export APP_ENV

# In the test environment, we need to use a different database
[ "$APP_ENV" = "prod" ] && DATABASE_NAME=domjudge || DATABASE_NAME=domjudge_test
Expand Down

0 comments on commit 6039065

Please sign in to comment.