Skip to content

Commit

Permalink
Update maven-check-versions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Oct 29, 2024
1 parent d4c396f commit 0002236
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions maven-check-versions/maven-check-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ if [ -z "${DEBUG+x}" ]; then
fi

# Honoring GitHub runner debug mode
if [ -n "${ACTIONS_RUNNER_DEBUG+x}" ] && [ "${ACTIONS_RUNNER_DEBUG}" = true ]; then
DEBUG=true
elif [ -n "${RUNNER_DEBUG+x}" ] && [ "${RUNNER_DEBUG}" = true ]; then
if [ -n "${RUNNER_DEBUG+x}" ] && [ "${RUNNER_DEBUG}" = 1 ]; then
DEBUG=true
fi

Expand Down

0 comments on commit 0002236

Please sign in to comment.