test ci 5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-05 13:18:21 +01:00
parent 2842b3e4ec
commit 190021bb84
2 changed files with 1 additions and 3 deletions

View File

@@ -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 -

View File

@@ -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}/