Oops again
Some checks failed
ci/woodpecker/push/lint unknown status
ci/woodpecker/push/release unknown status
ci/woodpecker/push/builder Pipeline was successful
ci/woodpecker/push/publish unknown status
ci/woodpecker/push/image unknown status
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Jef Roosens 2022-01-23 10:56:22 +01:00
parent 702fb0d13b
commit c3657e178e
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 1 additions and 1 deletions

View file

@ -31,3 +31,4 @@ pipeline:
depends_on: depends_on:
- builder - builder
- build

View file

@ -1,7 +1,6 @@
# Yeah so this only works on tags so we'll worry about this later # Yeah so this only works on tags so we'll worry about this later
platform: linux/amd64 platform: linux/amd64
branches: main branches: main
depends_on: [ build ]
# We need the entire repo in order for the release names to work # We need the entire repo in order for the release names to work
skip_clone: true skip_clone: true