0.1.0-rc.1 #60

Merged
Jef Roosens merged 124 commits from dev into main 2022-01-31 23:53:46 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit c3657e178e - Show all commits

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