From ad2a586de26c30791107cca5f63dd788bf19333e Mon Sep 17 00:00:00 2001 From: rail Date: Sat, 25 Oct 2025 22:13:32 +0300 Subject: [PATCH] Pass DCAPE_ROOT as make variable instead of environment --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e11cc45..24a8f9a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,9 +18,7 @@ clone: steps: deploy: image: *dcape_img - environment: - - DCAPE_ROOT=/opt/dcape commands: - - make .default-deploy + - make DCAPE_ROOT=/opt/dcape .default-deploy volumes: - /var/run/docker.sock:/var/run/docker.sock