Revert to previous non-failing state
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
UnlimitedCookies 2022-05-16 04:03:53 +02:00
parent f0e4ed1829
commit fc7f7c3c49
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,4 @@
pipeline:
fail:
image: debian:stable-slim
commands:
- echo "Please work now!" && false
when:
event: [push, tag]
build_deb:
image: debian:stable-slim
pull: true
@ -13,7 +6,6 @@ pipeline:
- apt update && apt install -y build-essential devscripts
- make package
- ls -laR ..
- echo Hello
when:
event: [push, tag]