From 94c5340700de622042cbb7e2e269bb45afe47253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Wed, 28 Feb 2024 10:49:29 +0100 Subject: [PATCH] woodpecker: replace syntax deprecated with 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c7502963..da863039 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ clone: settings: tags: true -pipeline: +steps: buildall-layer3: image: openwrtorg/imagebuilder commands: @@ -42,4 +42,5 @@ pipeline: - echo "You can download the built firmware images here:" - echo "https://ci.fff.community/artifacts/$(git describe --tags)" -branches: [ master ] +when: + branch: [ master ]