[mod] another go

This commit is contained in:
Andy Bunce 2021-05-26 14:53:56 +01:00
parent a9faf9ff73
commit 5504666617

View file

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