cleanup ci syntax
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-01-16 14:28:56 +01:00
parent b9cf2bc3ce
commit 36e8b51ec4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,6 @@ steps:
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools
commands: commands:
- make - make
- exit 1
- name: publish - name: publish
image: quay.io/thegeeklab/wp-git-action image: quay.io/thegeeklab/wp-git-action

View File

@ -8,7 +8,7 @@ when:
runs_on: [success, failure] runs_on: [success, failure]
steps: steps:
matrix: - name: matrix
image: quay.io/thegeeklab/wp-matrix image: quay.io/thegeeklab/wp-matrix
settings: settings:
homeserver: homeserver:
@ -20,7 +20,7 @@ steps:
username: username:
from_secret: matrix_username from_secret: matrix_username
when: when:
- status: [failure] - status: [success, failure]
depends_on: depends_on:
- build-package - build-package