Skip to content

Commit

Permalink
remove exit code status check since script uses set -e
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin committed Dec 15, 2020
1 parent 5047ff2 commit a997193
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ echo ::group::Code check
# (default to tools/code_check.sh otherwise)
if grep -iq codecheck Makefile; then
make codecheck 2>&1

# don't continue if the code checker doesn't pass
if [ "$?" -ne "0" ] ; then
exit 1
fi
else
cd ..
sh tools/code_check.sh 2>&1
Expand Down

0 comments on commit a997193

Please sign in to comment.