Skip to content

Commit ded05ed

Browse files
committed
Enhance builder
Use BuildKit, add header to blueprint exported files and start a Makefile for common build usages.
1 parent e190965 commit ded05ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ RESULT=`docker run --rm -e CRON_SCHEDULE_1="* * * * * * *" -e CRON_COMMAND_1="wh
191191
#[[ "$?" = "1" ]]
192192
#set -e
193193

194-
if [[ "${PHP_VERSION}" != "8.0" ]] && [[ "${PHP_VERSION}" != "8.1" ]]; then
194+
if [[ "${PHP_VERSION}" != "8.1" ]]; then
195195
# Let's check that the "xdebug.client_host" contains a value different from "no value"
196196
docker run --rm -e PHP_EXTENSION_XDEBUG=1 thecodingmachine/php:${PHP_VERSION}-${BRANCH}-${BRANCH_VARIANT} php -i | grep xdebug.client_host| grep -v "no value"
197197

0 commit comments

Comments
 (0)