There was an error while loading. Please reload this page.
2 parents df6e080 + e705fcf commit e38d6d2Copy full SHA for e38d6d2
1 file changed
magento-integration-tests/entrypoint.sh
@@ -64,6 +64,8 @@ if [[ ! -z "$INPUT_POST_PROJECT_SCRIPT" && -f "${GITHUB_WORKSPACE}/$INPUT_POST_P
64
fi
65
66
echo "Configure extension source in composer"
67
+# https://github.com/composer/composer/issues/12623#issuecomment-3551953185
68
+composer config --unset repositories || true
69
composer config --unset repo.0
70
composer config repositories.local-source path local-source/\*
71
composer config repositories.magento composer $REPOSITORY_URL
0 commit comments