exec ?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andrey Belvedersky 2021-06-06 11:21:01 +03:00
parent f6611bdb59
commit 6270ceeb70

View File

@ -1,12 +1,13 @@
---
kind: pipeline
type: docker
type: exec
name: default
platform:
os: linux
arch: arm64
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo hello world