This commit is contained in:
parent
6270ceeb70
commit
7c8d8ddd13
@ -1,13 +1,15 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: greeting
|
||||||
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo hello world
|
- echo hello
|
||||||
|
- echo world
|
Loading…
Reference in New Issue
Block a user