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.
2 parents edc4e1f + 097f2b3 commit eee0134Copy full SHA for eee0134
entrypoint.sh
@@ -129,6 +129,8 @@ update-alternatives --quiet --set php /usr/bin/php${PHP}
129
update-alternatives --quiet --set php-config /usr/bin/php-config${PHP}
130
update-alternatives --quiet --set phpize /usr/bin/phpize${PHP}
131
132
+checkout
133
+
134
# Is there a pre-install script available?
135
if [ -x ".laminas-ci/pre-install.sh" ];then
136
echo "Executing pre-install commands from .laminas-ci/pre-install.sh"
@@ -169,8 +171,6 @@ echo "PHP version: $(php --version)"
169
171
echo "Installed extensions:"
170
172
php -m
173
-checkout
-
174
composer_install "${DEPS}" "${PHP}"
175
176
if [[ "${COMMAND}" =~ phpunit ]];then
0 commit comments