aboutsummaryrefslogtreecommitdiff
path: root/ods/ods.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-20 23:48:15 +0200
committerJulien Dessaux2024-09-20 23:48:57 +0200
commit364fdda5e7458b13ae7becaae25430a688350126 (patch)
tree04257f50a7c71422ccf39c5e2b00e058eb48f9bb /ods/ods.yaml
parentReworked ODS job to handle the necessary git-crypt unlock (diff)
downloadev-scripts-364fdda5e7458b13ae7becaae25430a688350126.tar.gz
ev-scripts-364fdda5e7458b13ae7becaae25430a688350126.tar.bz2
ev-scripts-364fdda5e7458b13ae7becaae25430a688350126.zip
Removed ods management, git-crypt does not agree with my pipeline
Diffstat (limited to 'ods/ods.yaml')
-rw-r--r--ods/ods.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/ods/ods.yaml b/ods/ods.yaml
deleted file mode 100644
index 5ed5ca8..0000000
--- a/ods/ods.yaml
+++ /dev/null
@@ -1,22 +0,0 @@
-identities:
- - "gpg"
- - "ssh"
-name: "ods"
-steps:
- - label: "git clone"
- script:
- path: "../common/git-clone.sh"
- arguments:
- - "https://git.adyxax.org/adyxax/ods"
- - label: "build and deploy"
- script:
- path: "./ods.sh"
- - label: "clean"
- script:
- path: "../common/clean.sh"
-runner:
- identity: "ssh"
- name: "ssh"
- parameters:
- host: "lore.adyxax.org"
- user: "root"