diff options
author | Julien Dessaux | 2024-09-20 00:46:42 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-20 00:46:42 +0200 |
commit | d4e9967edc00af20f299c0adfc54f1c37e10afe1 (patch) | |
tree | b6c56478ab1aed48b077f04e836c115984c7b8d6 /ods | |
parent | renamed makefile (diff) | |
download | ev-scripts-d4e9967edc00af20f299c0adfc54f1c37e10afe1.tar.gz ev-scripts-d4e9967edc00af20f299c0adfc54f1c37e10afe1.tar.bz2 ev-scripts-d4e9967edc00af20f299c0adfc54f1c37e10afe1.zip |
run ods script locally
Diffstat (limited to '')
-rw-r--r-- | ods/ods-deploy.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ods/ods-deploy.yaml b/ods/ods-deploy.yaml index f77b50c..4602111 100644 --- a/ods/ods-deploy.yaml +++ b/ods/ods-deploy.yaml @@ -13,9 +13,3 @@ steps: - label: clean script: path: "../common/clean.sh" -runner: - identity: "ssh-myth" - name: "ssh" - parameters: - host: "myth.adyxax.org" - user: "root" |