fix ci
ci/woodpecker/push/build/1 Pipeline was successful Details
ci/woodpecker/push/build/2 Pipeline is running Details

This commit is contained in:
Luca Bilke 2024-01-03 19:26:38 +01:00
parent f23f73f8f2
commit b7e569ad5f
3 changed files with 2 additions and 5 deletions

View File

@ -14,8 +14,7 @@
"matchStringsStrategy": "combination", "matchStringsStrategy": "combination",
"fileMatch": [ "fileMatch": [
"(^|/)srcpkgs/brave-bin/template$", "(^|/)srcpkgs/brave-bin/template$",
"(^|/)srcpkgs/tidal-hifi/template$", "(^|/)srcpkgs/tidal-hifi-bin/template$"
"(^|/)srcpkgs/htop-vim/template$"
], ],
"matchStrings": [ "matchStrings": [
"^pkgname=(?<depName>.*)$", "^pkgname=(?<depName>.*)$",

View File

@ -1,8 +1,7 @@
matrix: matrix:
PACKAGE: PACKAGE:
- brave-bin - brave-bin
- htop-vim - tidal-hifi-bin
- tidal-hifi
when: when:
- event: push - event: push

View File

@ -6,7 +6,6 @@ when:
steps: steps:
renovate: renovate:
image: renovate/renovate image: renovate/renovate
pull: true
commands: commands:
- renovate $${CI_REPO} - renovate $${CI_REPO}
environment: environment: