forked from vieter-v/vieter
Oops again
parent
702fb0d13b
commit
c3657e178e
|
@ -31,3 +31,4 @@ pipeline:
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- builder
|
- builder
|
||||||
|
- build
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue