File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 wait : 60
66build :
77 pkg_name : nextcloud-php83
8+ variants :
9+ - tag : pkg
10+ containerfile : Containerfile.pkg
11+ aliases : ["latest"]
12+ default : true
13+ - tag : pkg-latest
14+ containerfile : Containerfile.pkg
15+ args :
16+ 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 nextcloud
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