We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0dece commit 6039065Copy full SHA for 6039065
.github/jobs/baseinstall.sh
@@ -7,7 +7,9 @@ db=${2:-install}
7
MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD:-root}
8
9
# If this script is called from unit-tests.sh, we use the test environment
10
-#export APP_ENV="${3:-prod}"
+export APP_ENV="${3:-prod}"
11
+APP_ENV="prod"
12
+export APP_ENV
13
14
# In the test environment, we need to use a different database
15
[ "$APP_ENV" = "prod" ] && DATABASE_NAME=domjudge || DATABASE_NAME=domjudge_test
0 commit comments