aboutsummaryrefslogtreecommitdiff
path: root/eventline
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-20 10:03:56 +0200
committerJulien Dessaux2024-09-20 10:03:56 +0200
commit0b5c4ea3566064dcd586f2362e6d362273e4852f (patch)
tree8335fce6bc721635d630ee9354a95f6a65414645 /eventline
parentrun ods script locally (diff)
downloadev-scripts-0b5c4ea3566064dcd586f2362e6d362273e4852f.tar.gz
ev-scripts-0b5c4ea3566064dcd586f2362e6d362273e4852f.tar.bz2
ev-scripts-0b5c4ea3566064dcd586f2362e6d362273e4852f.zip
remove eventline self deploy job
Diffstat (limited to '')
-rw-r--r--eventline/ev-scripts-deploy.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml
deleted file mode 100644
index cfb961b..0000000
--- a/eventline/ev-scripts-deploy.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: "ev-scripts-deploy"
-steps:
- - label: git clone
- script:
- path: "../common/git-clone.sh"
- arguments:
- - "https://git.adyxax.org/adyxax/ev-scripts"
- - label: make run
- script:
- path: "../common/make.sh"
- arguments:
- - "run"
- - label: clean
- script:
- path: "../common/clean.sh"
-identities:
- - eventline-self