diff options
author | Julien Dessaux | 2022-09-04 23:34:09 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-09-04 23:34:09 +0200 |
commit | 3a73d31f373430c3499f1e6e2f9565a34faf5af9 (patch) | |
tree | 8254b85107e14be4e13286d64ac4efa362a5e1a7 /hello | |
parent | Added hello job (diff) | |
download | ev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.tar.gz ev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.tar.bz2 ev-scripts-3a73d31f373430c3499f1e6e2f9565a34faf5af9.zip |
Removed hello and added ev-scripts deploy
Diffstat (limited to 'hello')
-rw-r--r-- | hello/hello.yaml | 8 |
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!" |