Fix pipeline

This commit is contained in:
dvirlabs 2025-05-05 21:26:42 +03:00
parent 3cdeeef22e
commit c72431dc04

View File

@ -2,24 +2,24 @@ steps:
- name: step-1 - name: step-1
image: alpine:latest image: alpine:latest
commands: commands:
- echo "🚀 Step 1: Starting preview pipeline" - echo "Step 1: Starting preview pipeline"
- name: step-2 - name: step-2
image: alpine:latest image: alpine:latest
commands: commands:
- echo "🔧 Step 2: Simulating Helm Lint" - echo "Step 2: Simulating Helm Lint"
- name: step-3 - name: step-3
image: alpine:latest image: alpine:latest
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:latest image: alpine:latest
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:latest image: alpine:latest
commands: commands:
- echo "Pipeline finished successfully" - echo "Pipeline finished successfully"