Skip to content

Commit 829a98f

Browse files
committed
Revert "Added logs to debug build issue"
This reverts commit 12af5d5
1 parent 42e5169 commit 829a98f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/hooks/_common

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ if [ -n "${DOCKER_TAG}" ]; then
1010
fi
1111

1212
php_variant="${DOCKER_TAG#*-}"
13-
echo "Step 1: $php_variant"
1413
php_variant=${php_variant%%-*}
15-
echo "Step 2: $php_variant"
1614
if [[ "${PHP_VARIANTS}" == *"$php_variant"* ]]; then
1715
PHP_VARIANTS="$php_variant"
1816
echo ">>> Set PHP_VARIANTS to: $PHP_VARIANTS"

0 commit comments

Comments
 (0)