Template
1
0

First woodpecker workflow
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Reactorcoremeltdown
2026-01-16 22:52:29 +01:00
parent a98deff9ca
commit d027c6d70c

11
.woodpecker/build.yaml Normal file
View File

@@ -0,0 +1,11 @@
---
labels:
role: homeserver
steps:
build:
image: bash
commands:
- cd $CI_REPO_NAME && echo $GIT_SUDO | sudo -S make
environment:
GIT_SUDO:
from_secret: git_sudo