diff --git a/.woodpecker.yml b/.woodpecker.yml index 37d2ccd..8c1445a 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"