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 kind: pipeline
type: docker type: exec
name: default name: default
platform:
os: linux
arch: arm64
steps: steps:
- name: greeting - name: greeting
image: alpine
commands: commands:
- echo hello - echo hello world
- echo world