remove icons
This commit is contained in:
parent
f5610e9d5c
commit
fe49f6612a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user