diff options
Diffstat (limited to '')
-rw-r--r-- | eventline/ev-scripts-deploy.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml index 2471747..cfb961b 100644 --- a/eventline/ev-scripts-deploy.yaml +++ b/eventline/ev-scripts-deploy.yaml @@ -4,18 +4,14 @@ steps: script: path: "../common/git-clone.sh" arguments: - - "ev-scripts-deploy" - "https://git.adyxax.org/adyxax/ev-scripts" - label: make run script: path: "../common/make.sh" arguments: - - "ev-scripts-deploy" - "run" - label: clean script: path: "../common/clean.sh" - arguments: - - "ev-scripts-deploy" identities: - eventline-self |