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