From 9fef304bab93a63d6e90f070526d61cf75ece61d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 26 May 2023 17:03:45 +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 ea7eaa2..f9fb866 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 -z $TAG && cp capture $ART/capture-$TAG || true + - test -n $TAG && cp capture $ART/capture-$TAG || true volumes: - /var/www/html/artifacts:/artifacts