This commit is contained in:
11
.woodpecker/build.yaml
Normal file
11
.woodpecker/build.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user