aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-04 12:49:20 +0200
committerJulien Dessaux2022-09-04 12:49:20 +0200
commit22b6adcd8e06da665fe61be6b56ca28ccb4d497b (patch)
tree2ecc0a82927424e33377f7ed961dcd5c4e7ba748
parentAdded makefile (diff)
downloadev-scripts-22b6adcd8e06da665fe61be6b56ca28ccb4d497b.tar.gz
ev-scripts-22b6adcd8e06da665fe61be6b56ca28ccb4d497b.tar.bz2
ev-scripts-22b6adcd8e06da665fe61be6b56ca28ccb4d497b.zip
Added hello job
-rw-r--r--hello/hello.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/hello/hello.yaml b/hello/hello.yaml
new file mode 100644
index 0000000..7af44cd
--- /dev/null
+++ b/hello/hello.yaml
@@ -0,0 +1,8 @@
+name: "hello"
+trigger:
+ event: "time/tick"
+ parameters:
+ periodic: 60
+steps:
+ - code: |
+ echo "Hello world!"