From 3e6600113c8b042acabec3b9aee984e35d7bcce2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 3 Aug 2023 15:12:52 +0200 Subject: [PATCH] fix ci build --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4e85361..b0f5366 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,10 +12,8 @@ pipeline: build: image: *golang volumes: *volumes - environments: - BUILD_DIR: build commands: - - mkdir $BUILD_DIR + - export BUILD_DIR=build - make push_release: