Skip to content

Commit eee0134

Browse files
Merge pull request #21 from boesing/bugfix/checkout-before-interact-with-source
bugfix: checkout the source before interacting with it
2 parents edc4e1f + 097f2b3 commit eee0134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ update-alternatives --quiet --set php /usr/bin/php${PHP}
129129
update-alternatives --quiet --set php-config /usr/bin/php-config${PHP}
130130
update-alternatives --quiet --set phpize /usr/bin/phpize${PHP}
131131

132+
checkout
133+
132134
# Is there a pre-install script available?
133135
if [ -x ".laminas-ci/pre-install.sh" ];then
134136
echo "Executing pre-install commands from .laminas-ci/pre-install.sh"
@@ -169,8 +171,6 @@ echo "PHP version: $(php --version)"
169171
echo "Installed extensions:"
170172
php -m
171173

172-
checkout
173-
174174
composer_install "${DEPS}" "${PHP}"
175175

176176
if [[ "${COMMAND}" =~ phpunit ]];then

0 commit comments

Comments
 (0)