From faf83834a28bfb20193e6880276ebe8124e8dcc6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 30 Jul 2022 23:53:12 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ce20f6c..18843a3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -13,7 +13,7 @@ pipeline: - rm * -fr - mv /tmp/public/* . - git add . - - git commit -m "Build ${CI_BUILD_NUMBER}" + - git commit -m "Build ${CI_BUILD_NUMBER}" || true deploy: image: appleboy/drone-git-push