remove icons

This commit is contained in:
dvirlabs 2025-05-05 21:03:31 +03:00
parent f5610e9d5c
commit fe49f6612a

View File

@ -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"