From f82b1528e05595332eb0d764388ba58c9aad5c1b Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 14 Jan 2022 18:35:22 +0100 Subject: [PATCH] Builds always pull now --- .woodpecker/.build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 520df9b..674293a 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -5,6 +5,7 @@ branches: pipeline: vieter: image: 'chewingbever/vlang:latest' + pull: true group: 'build' environment: - LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static' @@ -13,6 +14,7 @@ pipeline: debug: image: 'chewingbever/vlang:latest' + pull: true environment: - LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static' group: 'build' @@ -21,6 +23,7 @@ pipeline: prod: image: 'chewingbever/vlang:latest' + pull: true environment: - LDFLAGS='-lz -lbz2 -llzma -lexpat -lzstd -llz4 -static' group: 'build'