use docker pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ktyl 2022-09-26 19:37:14 +01:00
parent 38b8d1fec2
commit 9202ed61c6
1 changed files with 2 additions and 5 deletions

View File

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