Skip to content

Commit

Permalink
Fix composer.json check
Browse files Browse the repository at this point in the history
muglug authored Nov 18, 2020
1 parent e1c1219 commit 2e545d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ if [ ! -z "$INPUT_REPORT_FILE" ]; then
REPORT="--report=$INPUT_REPORT_FILE"
fi

if test -f "$FILE"; then
if test -f "composer.json"; then
IGNORE_PLATFORM_REQS=""
if [ "$CHECK_PLATFORM_REQUIREMENTS" = "false" ] || [ "$INPUT_COMPOSER_CHECK_PLATFORM_REQUIREMENTS" = "false" ]; then
IGNORE_PLATFORM_REQS="--ignore-platform-reqs"

0 comments on commit 2e545d3

Please sign in to comment.