Skip to content

Commit

Permalink
Add debug log support
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Jan 6, 2025
1 parent 69ff80e commit 10ea1f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy-preview/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -euf -o pipefail

if [[ -n "${RUNNER_DEBUG+x}" ]]; then
set -x
fi

# All input comes from environment variables that are capitalized by convention in this script.
SOURCES="${SOURCES:-[]}"

Expand Down

0 comments on commit 10ea1f9

Please sign in to comment.