Signed-off-by: Taylor Silva <taylorsilva@outlook.com>
@ -0,0 +1,13 @@
platform: linux
image_resource:
type: mock
source: {mirror_self: true}
inputs:
- name: main
- name: dev
- name: ci
run:
path: ls
args: ["-lah"]
@ -0,0 +1,18 @@
outputs:
path: sh
args:
- -c
- |
echo "hello-world" > main/version
echo "hey there dev" > dev/version
echo "hi ci" > ci/version