Skip to content

Commit d3b9734

Browse files
authored
Update entrypoint.sh
1 parent 3d97e5b commit d3b9734

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
@@ -3,7 +3,7 @@
33
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
44

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

88
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"
99

0 commit comments

Comments
 (0)