Skip to content

Commit 3d97e5b

Browse files
authored
feat: exit 1 if app.py exited 1
1 parent a6548c1 commit 3d97e5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
44

55
python3 /opt/tools/app.py
6+
RET = $?
67

78
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"
9+
10+
exit $RET

0 commit comments

Comments
 (0)