forked from vieter-v/vieter
Fixed some faulty ci settings
parent
b0212b8162
commit
2e344eecc7
|
@ -19,6 +19,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: pull_request
|
event: pull_request
|
||||||
branch: dev
|
branch: dev
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- build
|
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
branches: [main, dev]
|
branches: [main, dev]
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
depends_on:
|
||||||
|
- builder
|
||||||
|
- build
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
dev:
|
dev:
|
||||||
|
@ -31,7 +34,3 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- builder
|
|
||||||
- build
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
# 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
|
||||||
|
@ -34,6 +36,3 @@ pipeline:
|
||||||
title: title
|
title: title
|
||||||
when:
|
when:
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
depends_on:
|
|
||||||
- build
|
|
||||||
|
|
Loading…
Reference in New Issue