parent
c2605722a7
commit
e187344d43
1 changed files with 14 additions and 1 deletions
@ -1,9 +1,22 @@ |
||||
kind: pipeline |
||||
name: hello-world |
||||
type: docker |
||||
name: hello-world |
||||
|
||||
steps: |
||||
- name: say-hello |
||||
image: busybox |
||||
commands: |
||||
- echo hello-world |
||||
|
||||
- name: build-image |
||||
image: busybox |
||||
commands: |
||||
- echo build-image |
||||
|
||||
- name: deploy |
||||
image: busybox |
||||
commands: |
||||
- echo deploy to production |
||||
when: |
||||
event: |
||||
- promote |
||||
Loading…
Reference in new issue