From 3cdeeef22e32eaf38cc2b0ae6afaef070ce0556e Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 5 May 2025 21:07:16 +0300 Subject: [PATCH] Fix pipeline --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8c1445a..37d2ccd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,24 +2,24 @@ steps: - name: step-1 image: alpine:latest commands: - - echo "Step 1: Starting preview pipeline" + - echo "🚀 Step 1: Starting preview pipeline" - name: step-2 image: alpine:latest commands: - - echo "Step 2: Simulating Helm Lint" + - echo "🔧 Step 2: Simulating Helm Lint" - name: step-3 image: alpine:latest commands: - - echo "Step 3: Would validate ArgoCD YAML here" + - echo "📦 Step 3: Would validate ArgoCD YAML here" - name: step-4 image: alpine:latest commands: - - echo "Step 4: Would create Cloudflare DNS record here" + - echo "🌐 Step 4: Would create Cloudflare DNS record here" - name: done image: alpine:latest commands: - - echo "Pipeline finished successfully" + - echo "✅ Pipeline finished successfully"