From f84869bac736bb739ead4b5bacf9431b3bb0cf38 Mon Sep 17 00:00:00 2001 From: DBS <96681520+davidbquali@users.noreply.github.com> Date: Sun, 16 Jun 2024 15:44:40 +0300 Subject: [PATCH] Delete workflows directory (#29) --- workflows/workflow1.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 workflows/workflow1.yaml diff --git a/workflows/workflow1.yaml b/workflows/workflow1.yaml deleted file mode 100644 index 2c50816..0000000 --- a/workflows/workflow1.yaml +++ /dev/null @@ -1,20 +0,0 @@ -kind: workflow -description: some workflow 2 -inputs: - vm_prefix: - type: String - default: 'data_' -jobs: - filter_vms: - kind: shell - spec: - agent: - name: yakir-aks-2 - sources: - - store: test-spec2-public - path: scripts/print-resource.sh - commands: - - name: print - command: './print-resource.sh {{ .bindings.resource_id }}' - outputs: - - print \ No newline at end of file