From 4b63eda30e49c570df5f7910b1c2688e7f3d297a Mon Sep 17 00:00:00 2001 From: OCram85 Date: Fri, 25 Nov 2022 08:08:43 +0100 Subject: [PATCH] wip --- .woodpecker/.next.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.next.yml b/.woodpecker/.next.yml index e3957b9..c743eab 100644 --- a/.woodpecker/.next.yml +++ b/.woodpecker/.next.yml @@ -16,7 +16,7 @@ pipeline: password: from_secret: gitea_passwd build_args: - - VERSION="Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST}" + - VERSION=Tag ${CI_COMMIT_TAG} - Branch ${CI_COMMIT_SOURCE_BRANCH} - PR ${CI_COMMIT_PULL_REQUEST} when: event: pull_request @@ -28,4 +28,4 @@ pipeline: TOKEN: from_secret: NEXT_TOKEN when: - event: pull_request \ No newline at end of file + event: pull_request