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

This commit is contained in:
Andy Bunce 2021-05-26 15:06:29 +01:00
parent 0a81c6593f
commit 9687457899

View file

@ -1,14 +1,10 @@
# drone kind: pipeline
pipeline: type: docker
step1: name: default
image: quodatum/basexhttp:BaseX951
steps:
- name: greeting
image: alpine
commands: commands:
- echo hello - echo hello
- echo world - echo world
- pwd
- ls
step2:
image: quodatum/basexhttp:BaseX951
commands:
- pwd
- ls