Skip to content

Commit e7f0320

Browse files
Debug Pre-Install
1 parent 02c98ce commit e7f0320

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

magento-integration-tests/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ composer config repositories.foomanmirror composer https://repo-magento-mirror.f
4747
composer config repositories.local-source path local-source/\*
4848
composer require $COMPOSER_NAME:@dev --no-update --no-interaction
4949

50+
echo "Pre Install Script: $INPUT_MAGENTO_PRE_INSTALL_SCRIPT"
5051
if [[ ! -z "$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" && -f "${GITHUB_WORKSPACE}/$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" ]] ; then
5152
echo "Running custom pre-installation script: ${INPUT_MAGENTO_PRE_INSTALL_SCRIPT}"
5253
. ${GITHUB_WORKSPACE}/$INPUT_MAGENTO_PRE_INSTALL_SCRIPT

0 commit comments

Comments
 (0)