Update entrypoint.sh

This commit is contained in:
Jean-Baptiste VESLIN
2021-03-04 17:47:51 +01:00
committed by GitHub
parent 3d97e5b8eb
commit d3b9734a32

View File

@@ -3,7 +3,7 @@
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
python3 /opt/tools/app.py
RET = $?
RET=$?
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"