We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e5169 commit 829a98fCopy full SHA for 829a98f
build/hooks/_common
@@ -10,9 +10,7 @@ if [ -n "${DOCKER_TAG}" ]; then
10
fi
11
12
php_variant="${DOCKER_TAG#*-}"
13
- echo "Step 1: $php_variant"
14
php_variant=${php_variant%%-*}
15
- echo "Step 2: $php_variant"
16
if [[ "${PHP_VARIANTS}" == *"$php_variant"* ]]; then
17
PHP_VARIANTS="$php_variant"
18
echo ">>> Set PHP_VARIANTS to: $PHP_VARIANTS"
0 commit comments