diff options
Diffstat (limited to 'eventline/ev-scripts-deploy.yaml')
-rw-r--r-- | eventline/ev-scripts-deploy.yaml | 17 |
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 |