aboutsummaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-04 23:34:09 +0200
committerJulien Dessaux2022-09-04 23:34:09 +0200
commit3a73d31f373430c3499f1e6e2f9565a34faf5af9 (patch)
tree8254b85107e14be4e13286d64ac4efa362a5e1a7 /hello
parentAdded hello job (diff)
downloadev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.tar.gz
ev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.tar.bz2
ev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.zip
Removed hello and added ev-scripts deploy
Diffstat (limited to '')
-rw-r--r--hello/hello.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/hello/hello.yaml b/hello/hello.yaml
deleted file mode 100644
index 7af44cd..0000000
--- a/hello/hello.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-name: "hello"
-trigger:
- event: "time/tick"
- parameters:
- periodic: 60
-steps:
- - code: |
- echo "Hello world!"