From fcfc38db63d88ffe6353cb860a3b10fe8c003b1b Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 26 May 2023 16:50:37 +0200 Subject: [PATCH] update ci configuration --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5682d15..b13f715 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: build: image: *golang environment: - TAG: ${CI_COMMIT_TAG} + TAG: ${CI_COMMIT_TAG:-} commands: - go build - ART=/artifacts/deblan/capture