woodpecker: replace syntax deprecated with 1.0.0

Signed-off-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Fabian Bläse 2024-02-28 10:49:29 +01:00
parent 7c0a24a80c
commit 94c5340700
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ clone:
settings: settings:
tags: true tags: true
pipeline: steps:
buildall-layer3: buildall-layer3:
image: openwrtorg/imagebuilder image: openwrtorg/imagebuilder
commands: commands:
@ -42,4 +42,5 @@ pipeline:
- echo "You can download the built firmware images here:" - echo "You can download the built firmware images here:"
- echo "https://ci.fff.community/artifacts/$(git describe --tags)" - echo "https://ci.fff.community/artifacts/$(git describe --tags)"
branches: [ master ] when:
branch: [ master ]