diff options
author | Julien Dessaux | 2022-09-14 00:04:30 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-09-14 00:04:30 +0200 |
commit | 4bf865ba1b7cbfb32340d0f956ac0bcb29e60d40 (patch) | |
tree | 63b396347c10e805b7e6adfb3cae8c3e3c1c0509 /eventline | |
parent | Added a buildah login step to the www-build job (diff) | |
download | ev-scripts-4bf865ba1b7cbfb32340d0f956ac0bcb29e60d40.tar.gz ev-scripts-4bf865ba1b7cbfb32340d0f956ac0bcb29e60d40.tar.bz2 ev-scripts-4bf865ba1b7cbfb32340d0f956ac0bcb29e60d40.zip |
Use the EVENTLINE_JOB_NAME environment variable instead of reinventing the wheel
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 |