From 190021bb847e37c0f2b3174e07a82e89f09defd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 5 Dec 2025 13:18:21 +0100 Subject: [PATCH] test ci 5 --- .woodpecker.yml | 2 +- Dockerfile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 13465fe..7178195 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,4 +47,4 @@ steps: commands: - printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig - - cat deployment/install-yml.tmpl | sed "s,%IMAGE%,$IMAGE,g" | kubectl apply -n $NAMESPACE -f - + - cat deployment/install-yml.tmpl | sed "s,%IMAGE%,$IMAGE,g" # | kubectl apply -n $NAMESPACE -f - diff --git a/Dockerfile b/Dockerfile index ae336c3..9f96ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,6 @@ ENV CFG_FILE "" WORKDIR ${APP_DIR} - - COPY ./src/pv_controller/requirements.txt requirements.txt COPY ./src/pv_controller/*.py ${APP_DIR}/