Skip to content

Commit 65722ae

Browse files
authored
Merge pull request #1 from nbertagnolli/feature/exit-on-pydocstyle-fail
Hook should exit on pydocstyle failure
2 parents c68f5e0 + 89a5e66 commit 65722ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if [ "$8" = true ] ; then
144144
echo "pydocstyle ok"
145145
else
146146
echo "pydocstyle error"
147-
echo $exit_code
147+
exit $exit_code
148148
fi
149149
fi
150150

0 commit comments

Comments
 (0)