4
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Andrey Belvedersky 2021-06-06 10:45:06 +03:00
parent b459ec50c7
commit dd2c882365

View File

@ -2,16 +2,9 @@ kind: pipeline
type: docker type: docker
name: default name: default
platform:
os: linux
arch: arm64
node:
runnner: docker
steps: steps:
- name: greeting - name: greeting
image: alpine image: alpine
commands: commands:
- echo hello 2 - echo hello
- echo world - echo world