From 364fdda5e7458b13ae7becaae25430a688350126 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 20 Sep 2024 23:48:15 +0200 Subject: Removed ods management, git-crypt does not agree with my pipeline --- ods/ods.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 ods/ods.yaml (limited to 'ods/ods.yaml') 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" -- cgit v1.2.3