forked from fediversity/fediversity
disable exec agent
This commit is contained in:
parent
fc465b3beb
commit
f9a055e33f
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@
|
||||||
# https://woodpecker-ci.org/docs/administration/configuration/agent
|
# https://woodpecker-ci.org/docs/administration/configuration/agent
|
||||||
woodpecker-agents.agents = {
|
woodpecker-agents.agents = {
|
||||||
exec = {
|
exec = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue