diff --git a/.automation.yml b/.automation.yml new file mode 100644 index 0000000..9ad86c3 --- /dev/null +++ b/.automation.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: greeting + image: python:3.11-slim + commands: + - echo hello + - echo world + - python example.py \ No newline at end of file