From d027163087c8e0ce217c6d5b2f5983270dfdfbc4 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 21 Nov 2025 12:01:20 +0100 Subject: [PATCH] namespace and config 10 --- .woodpecker.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4cb03f8..5e98cac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,9 +6,6 @@ matrix: - rules - meta_app_deployment -label: - app: ${APP} - steps: build: @@ -24,11 +21,6 @@ steps: from_secret: container_registry_password dockerfile: apps/${APP}/Dockerfile when: - app: - - ui - - api - - abstraction - - rules event: [push, tag] ref: exclude: @@ -43,8 +35,6 @@ steps: commands: - kubectl create namespace ${NAMESPACE} || echo "Namespace ${NAMESPACE} already exists" when: - app: - - meta_app_deployment event: [tag] ref: exclude: @@ -66,7 +56,5 @@ steps: --namespace=$NAMESPACE --dry-run=client -o yaml | kubectl apply -f - when: - app: - - meta_app_deployment event: [tag]