We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8c62f commit 4ebbe78Copy full SHA for 4ebbe78
1 file changed
.woodpecker.yaml
@@ -1,4 +1,4 @@
1
-# Woodpecker CI configuration (Simplified)
+# Woodpecker CI configuration (dbuild pipeline)
2
steps:
3
- name: build
4
image: /bin/sh
@@ -8,8 +8,8 @@ steps:
8
GITHUB_ACTOR:
9
from_secret: GITHUB_USER
10
commands:
11
- - fetch -qo woodpecker-build.sh "https://raw.githubusercontent.com/daemonless/daemonless/main/scripts/woodpecker-build.sh"
12
- - sh woodpecker-build.sh base
+ - fetch -qo dbuild-ci.sh "https://raw.githubusercontent.com/daemonless/dbuild/v2/dbuild-ci.sh"
+ - sh dbuild-ci.sh
13
14
when:
15
- event: push
0 commit comments