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 1890f89 commit 90a0ad1Copy full SHA for 90a0ad1
.github/jobs/baseinstall.sh
@@ -4,7 +4,7 @@
4
5
export version="$1"
6
db=${2:-install}
7
-${MYSQL_ROOT_PASSWORD}=${MYSQL_ROOT_PASSWORD:-root}
+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