From 865e887a0937ae17d3b56f5b377daa3ca9c69f9a Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 29 Jan 2022 09:14:43 +0100 Subject: [PATCH] Always pull --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 67f9704..323a9d4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,7 @@ platform: linux/amd64 pipeline: build: image: 'archlinux:latest' + pull: true environment: - SCCACHE_BUCKET=bur - SCCACHE_ENDPOINT=s3.rustybever.be