Fixed some faulty ci settings
ci/woodpecker/push/builder unknown status Details
ci/woodpecker/push/image unknown status Details
ci/woodpecker/push/publish unknown status Details
ci/woodpecker/push/release unknown status Details
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/build Pipeline was successful Details

pull/60/head
Jef Roosens 2022-01-30 21:07:37 +01:00
parent b0212b8162
commit 2e344eecc7
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
3 changed files with 5 additions and 10 deletions

View File

@ -19,6 +19,3 @@ pipeline:
when:
event: pull_request
branch: dev
depends_on:
- build

View File

@ -1,5 +1,8 @@
branches: [main, dev]
platform: linux/amd64
depends_on:
- builder
- build
pipeline:
dev:
@ -31,7 +34,3 @@ pipeline:
when:
event: tag
branch: main
depends_on:
- builder
- build

View File

@ -1,6 +1,8 @@
# Yeah so this only works on tags so we'll worry about this later
platform: linux/amd64
branches: main
depends_on:
- build
# We need the entire repo in order for the release names to work
skip_clone: true
@ -34,6 +36,3 @@ pipeline:
title: title
when:
event: push
depends_on:
- build