Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Fixing the nextcanary test (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored and chingor13 committed May 18, 2018
1 parent 6ca8575 commit 938491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_acceptance_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 938491a

Please sign in to comment.