Fix pipeline
This commit is contained in:
parent
c72431dc04
commit
8835b317b2
@ -1,25 +1,15 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: step-1
|
||||
image: alpine:latest
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Step 1: Starting preview pipeline"
|
||||
|
||||
- name: step-2
|
||||
image: alpine:latest
|
||||
- echo "This is the build step"
|
||||
- echo "binary-data-123" > executable
|
||||
- name: a-test-step
|
||||
image: golang:1.16
|
||||
commands:
|
||||
- echo "Step 2: Simulating Helm Lint"
|
||||
|
||||
- name: step-3
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Step 3: Would validate ArgoCD YAML here"
|
||||
|
||||
- name: step-4
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Step 4: Would create Cloudflare DNS record here"
|
||||
|
||||
- name: done
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo "Pipeline finished successfully"
|
||||
- echo "Testing ..."
|
||||
- ./executable
|
||||
Loading…
x
Reference in New Issue
Block a user