From 6b2826d7f84c8d59ee3af336ecbdbcc2332962a6 Mon Sep 17 00:00:00 2001 From: Pils10 Date: Wed, 18 Sep 2024 22:15:04 +0000 Subject: [PATCH] Added automation --- .automation.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .automation.yml 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