diff --git a/entrypoint.sh b/entrypoint.sh index a9205ad..153ef1b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -27,4 +27,8 @@ shopt -s globstar yamllint "${options[@]}" ${INPUT_FILE_OR_DIR:-.} +exitcode=$? + shopt -u globstar + +exit $exitcode