From 22b1d1c1a4cfab3a43ac3dde1671382db7b2e500 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 7 Sep 2022 23:50:20 +0200 Subject: Moved away from job parameters to command arguments --- eventline/ev-scripts-deploy.yaml | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'eventline') diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml index 21fb320..2471747 100644 --- a/eventline/ev-scripts-deploy.yaml +++ b/eventline/ev-scripts-deploy.yaml @@ -3,24 +3,19 @@ steps: - label: git clone 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 -parameters: -- name: name - type: string - default: "ev-scripts-deploy" - environment: NAME -- name: target - type: string - default: "run" - environment: TARGET -- name: url - type: string - default: "https://git.adyxax.org/adyxax/ev-scripts" - environment: URL -- cgit v1.2.3