From bb1cef5dbc535cf77c09b851fc3b82623d48c329 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 26 May 2023 16:53:38 +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 0f97ba2..9413fef 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,6 @@ pipeline: - ART=/artifacts/deblan/capture - test -d $ART || mkdir $ART - cp capture $ART/capture-latest - - test -z "${CI_COMMIT_TAG}" && cp capture "$ART/capture-${CI_COMMIT_TAG}" || true + - test -z ${CI_COMMIT_TAG} && cp capture $ART/capture-${CI_COMMIT_TAG} || true volumes: - /var/www/html/artifacts:/artifacts