Test some pipeline

This commit is contained in:
dvirlabs 2025-05-05 22:28:34 +03:00
parent 4babfe4d1b
commit 10e19744c3

View File

@ -2,22 +2,22 @@ steps:
- name: step-1 - name: step-1
image: alpine image: alpine
commands: commands:
- echo "🚀 Step 1: Starting preview pipeline" - echo "Step 1 Starting preview pipeline"
- name: step-2 - name: step-2
image: alpine image: alpine
commands: commands:
- echo "🔧 Step 2: Simulating Helm Lint" - echo "🔧 Step 2 Simulating Helm Lint"
- name: step-3 - name: step-3
image: alpine image: alpine
commands: commands:
- echo "📦 Step 3: Would validate ArgoCD YAML here" - echo "📦 Step 3 Would validate ArgoCD YAML here"
- name: step-4 - name: step-4
image: alpine image: alpine
commands: commands:
- echo "🌐 Step 4: Would create Cloudflare DNS record here" - echo "🌐 Step 4 Would create Cloudflare DNS record here"
- name: done - name: done
image: alpine image: alpine