Skip to content

Commit

Permalink
Fix dockerfile direct invocation
Browse files Browse the repository at this point in the history
Closes #2492
  • Loading branch information
sobolevn committed Sep 12, 2022
1 parent 8f95f17 commit b05b0c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/entrypoint.sh
@@ -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 b05b0c1

Please sign in to comment.