[22.02.20] Main file not found testing

This commit is contained in:
andrewso 2020-02-22 23:50:57 +00:00
parent 3362b6e25e
commit 12a6d3ca0a
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ FROM python:3.7-alpine
MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com> MAINTAINER Andrew Sotheran <cryptosky.user@gmail.com>
COPY /* /home/price-collector/ COPY /* /home/price-collector/
EXPOSE 9090 EXPOSE 9090
CMD ["src/main.py"] CMD ["python", "src/main.py"]

View File

@ -89,7 +89,7 @@ try {
} }
stage('Deploy') { stage('Deploy') {
sh "ls -la" sh "pip --version"
executeShellScript("configuration/scripts/deployToKubernetes.sh", executeShellScript("configuration/scripts/deployToKubernetes.sh",
env.APPLICATION_NAME) env.APPLICATION_NAME)