From 26ddb4746ac31cc4affee5db4ad0c85d66a84a5c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 26 May 2023 17:14: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 9587d91..24db468 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,7 +14,7 @@ pipeline: - ART=/artifacts/deblan/capture - test -d $ART || mkdir $ART - cp capture $ART/capture-latest - - tAG="${CI_COMMIT_TAG}" + - TAG="${CI_COMMIT_TAG}" - test -n "$TAG" && "cp -v capture $ART/capture-$TAG" || true volumes: - /var/www/html/artifacts:/artifacts