File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 health : /ping
77 annotations :
88 - org.freebsd.jail.allow.mlock=true
9+
10+ build :
11+ variants :
12+ - tag : latest
13+ containerfile : Containerfile
14+ default : true
15+ - tag : pkg
16+ containerfile : Containerfile.pkg
17+ - tag : pkg-latest
18+ containerfile : Containerfile.pkg
19+ args :
20+ BASE_VERSION : " 15-latest"
Original file line number Diff line number Diff line change 1- # Woodpecker CI configuration (Simplified )
1+ # Woodpecker CI configuration (dbuild pipeline )
22steps :
33 - name : build
44 image : /bin/sh
88 GITHUB_ACTOR :
99 from_secret : GITHUB_USER
1010 commands :
11- - fetch -qo woodpecker-build .sh "https://raw.githubusercontent.com/daemonless/daemonless/main/scripts/woodpecker-build .sh"
12- - sh woodpecker-build .sh sonarr
11+ - fetch -qo dbuild-ci .sh "https://raw.githubusercontent.com/daemonless/dbuild/v2/dbuild-ci .sh"
12+ - sh dbuild-ci .sh
1313
1414when :
1515 - event : push
You can’t perform that action at this time.
0 commit comments