2021-06-06 11:19:50 +03:00
|
|
|
---
|
2021-06-06 09:04:58 +03:00
|
|
|
kind: pipeline
|
2021-06-06 11:21:01 +03:00
|
|
|
type: exec
|
2021-06-06 09:04:58 +03:00
|
|
|
name: default
|
|
|
|
|
2021-06-06 11:21:01 +03:00
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: arm64
|
2021-06-06 11:20:11 +03:00
|
|
|
|
2021-06-06 09:04:58 +03:00
|
|
|
steps:
|
|
|
|
- name: greeting
|
|
|
|
commands:
|
2021-06-06 11:21:01 +03:00
|
|
|
- echo hello world
|