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 7b8bf45 commit ebb7027Copy full SHA for ebb7027
.github/jobs/baseinstall.sh
@@ -4,6 +4,7 @@
4
5
export version="$1"
6
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}"
0 commit comments