We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a383b commit ae01a9fCopy full SHA for ae01a9f
1 file changed
scripts/build.sh
@@ -1,12 +1,12 @@
1
#!/usr/bin/env bash
2
3
-if [ -n ${PHP_VERSION} ]; then
+if [ -n "${PHP_VERSION}" ]; then
4
cp env-example .env
5
docker-compose build
6
docker images
7
fi
8
9
-if [ -n ${HUGO_VERSION} ]; then
+if [ -n "${HUGO_VERSION}" ]; then
10
HUGO_PACKAGE=hugo_${HUGO_VERSION}_Linux-64bit
11
HUGO_BIN=hugo_${HUGO_VERSION}_linux_amd64
12
0 commit comments