Skip to content

Commit

Permalink
Clarify why shellcheck is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
felddy committed Nov 15, 2019
1 parent 35ed59d commit db4220d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -o nounset
set -o errexit
# Sha-bang cannot be /bin/bash (not available), but
# the container's /bin/sh does support pipefail.
# shellcheck disable=SC2039
set -o pipefail

Expand Down

0 comments on commit db4220d

Please sign in to comment.