Skip to content

Commit

Permalink
fix: exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardl committed Feb 24, 2020
1 parent a08a4dd commit 7d856b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@ function main() {
echo "::set-output name=tf_lint_output::${tflint_output}"
echo "::set-output name=tf_lint_status::${tflint_status}"

echo "$tflint_status"
exit "$tflint_exitcode"

else

echo "::debug::tflint is required to perform this action"
exit 1

fi

Expand Down

0 comments on commit 7d856b8

Please sign in to comment.