From 4bf865ba1b7cbfb32340d0f956ac0bcb29e60d40 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 14 Sep 2022 00:04:30 +0200 Subject: Use the EVENTLINE_JOB_NAME environment variable instead of reinventing the wheel --- eventline/ev-scripts-deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'eventline') 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 -- cgit v1.2.3