Skip to content

Commit a875f9e

Browse files
authored
Merge pull request #57 from boesing/bugfix/locked-dependencies-installation
Bugfix: Locked dependency installation was not executed as expected
2 parents 706dc83 + 3de2b41 commit a875f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function composer_install_dependencies {
102102
*)
103103
echo "Installing dependencies as specified in lockfile via Composer"
104104
# shellcheck disable=SC2086
105-
echo composer install ${COMPOSER_ARGS}
105+
composer install ${COMPOSER_ARGS}
106106
;;
107107
esac
108108

0 commit comments

Comments
 (0)