diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..4b5223d --- /dev/null +++ b/config.yaml @@ -0,0 +1,4 @@ +- start: echo "Hello World!" +- start: echo $HELLO + env: + HELLO: hi world \ No newline at end of file