Files
ssh-scp-ssh-pipelines/entrypoint.sh
2021-03-04 17:44:13 +01:00

11 lines
184 B
Bash
Executable File

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