From d4af9bb507d6aeaa2ad2f9d999982270be81efc2 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 10:47:04 +0000 Subject: [PATCH] [24.02.20] deleted api tokens and load from env --- Dockerfile | 2 +- configuration/pipelines/build.groovy | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2e68a0..cf1906f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apk update && \ apk add py-pip libc-dev gcc RUN pip install utils pycryptodome && \ pip install python-env coinbase -COPY /price-collector /home/price-collector/ +COPY /* /home/price-collector/ EXPOSE 9090 CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index 3d7f658..338d430 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -43,6 +43,8 @@ try { sh "doctl auth init --access-token ${DOCTL_TOKEN}" sh "doctl kubernetes cluster kubeconfig save cryptosky-kubernetes-cluster-production" } + + sh "ls -la" } stage('Test Artifact') {