From 1f9161feef45df0063b42a1ff0c4d2ddc4d0894e Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 18 Oct 2023 22:17:06 +0200 Subject: [PATCH] update build step --- .woodpecker/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 841819d..fa81891 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -67,10 +67,9 @@ steps: failure: ignore cache-build: - image: deblan/php:8.1 + image: deblan/mage volumes: *volumes commands: - - apt-get update && apt-get -y install rsync - cd /builds - rsync -az "$CI_WORKSPACE/" "$CI_COMMIT_SHA"