Files
ssh-scp-ssh-pipelines/entrypoint.sh
Jean-Baptiste VESLIN d3b9734a32 Update entrypoint.sh
2021-03-04 17:47:51 +01:00

11 lines
182 B
Bash
Executable File

#!/bin/bash
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
python3 /opt/tools/app.py
RET=$?
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"
exit $RET