We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c98ce commit e7f0320Copy full SHA for e7f0320
1 file changed
magento-integration-tests/entrypoint.sh
@@ -47,6 +47,7 @@ composer config repositories.foomanmirror composer https://repo-magento-mirror.f
47
composer config repositories.local-source path local-source/\*
48
composer require $COMPOSER_NAME:@dev --no-update --no-interaction
49
50
+echo "Pre Install Script: $INPUT_MAGENTO_PRE_INSTALL_SCRIPT"
51
if [[ ! -z "$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" && -f "${GITHUB_WORKSPACE}/$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" ]] ; then
52
echo "Running custom pre-installation script: ${INPUT_MAGENTO_PRE_INSTALL_SCRIPT}"
53
. ${GITHUB_WORKSPACE}/$INPUT_MAGENTO_PRE_INSTALL_SCRIPT
0 commit comments