Files
ssh-scp-ssh-pipelines/entrypoint.sh
Nguyen Huu Thuong ecd50df959 use python
2020-06-13 08:46:25 +02:00

8 lines
164 B
Bash
Executable File

#!/bin/bash
echo "+++++++++++++++++++STARTING PIPELINES+++++++++++++++++++"
python3 /opt/tools/app.py
echo "+++++++++++++++++++END PIPELINES+++++++++++++++++++"