Files
scp-pipeline/entrypoint.sh
Nguyen Huu Thuong a234a2b363 action using python
2020-06-13 08:12:55 +02:00

8 lines
164 B
Bash
Executable File

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