Skip to content

Commit

Permalink
Fix dockerfile direct invocation (#2493)
Browse files Browse the repository at this point in the history
Closes #2492
  • Loading branch information
sobolevn committed Sep 27, 2022
1 parent 7b34423 commit a8a5448
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# Default values:
: "${INPUT_REPORTER:='terminal'}"
: "${INPUT_PATH:=$1}"

# Diagnostic output:
echo "Using reporter: $INPUT_REPORTER"
echo "Linting path: $INPUT_PATH"
Expand Down

0 comments on commit a8a5448

Please sign in to comment.