From c72431dc0486de2668f368338ab7716424d4a568 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Mon, 5 May 2025 21:26:42 +0300 Subject: [PATCH] Fix pipeline --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"