From 938491a5c1c5faaefeb09c26f721af74d0cd3099 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Fri, 18 May 2018 15:11:38 -0700 Subject: [PATCH] Fixing the nextcanary test (#442) --- scripts/run_acceptance_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_acceptance_tests.sh b/scripts/run_acceptance_tests.sh index bec1df63..310338f5 100755 --- a/scripts/run_acceptance_tests.sh +++ b/scripts/run_acceptance_tests.sh @@ -38,7 +38,7 @@ export TEST_RUNNER_BASE_IMAGE=${PHP_56_IMAGE} for TEMPLATE in `find . -name Dockerfile.in` do - envsubst '${BASE_IMAGE} ${PHP_BASE_IMAGE} ${PHP_56_IMAGE}' \ + envsubst '${BASE_IMAGE} ${PHP_BASE_IMAGE} ${PHP_56_IMAGE} ${TEST_RUNNER_BASE_IMAGE}' \ < ${TEMPLATE} \ > $(dirname ${TEMPLATE})/$(basename -s .in ${TEMPLATE}) done