15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
kind: pipeline
|
|
type: docker
|
|
name: hello-world
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
event:
|
|
- push
|
|
|
|
steps:
|
|
- name: say-hello
|
|
image: arm64v8/busybox
|
|
commands:
|
|
- echo hello-world |