Skip to content

Commit 6039065

Browse files
committed
Fixup
1 parent 6c0dece commit 6039065

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/jobs/baseinstall.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ db=${2:-install}
77
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
88

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

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

0 commit comments

Comments
 (0)