From 10e19744c3adf29b6aef4565703c54351c289654 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 5 May 2025 22:28:34 +0300 Subject: [PATCH] Test some pipeline --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3caba53..49a1664 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,22 +2,22 @@ steps: - name: step-1 image: alpine commands: - - echo "🚀 Step 1: Starting preview pipeline" + - echo "Step 1 Starting preview pipeline" - name: step-2 image: alpine commands: - - echo "🔧 Step 2: Simulating Helm Lint" + - echo "🔧 Step 2 Simulating Helm Lint" - name: step-3 image: alpine commands: - - echo "📦 Step 3: Would validate ArgoCD YAML here" + - echo "📦 Step 3 Would validate ArgoCD YAML here" - name: step-4 image: alpine commands: - - echo "🌐 Step 4: Would create Cloudflare DNS record here" + - echo "🌐 Step 4 Would create Cloudflare DNS record here" - name: done image: alpine