disable droneci manager

This commit is contained in:
Robert Kaussow 2020-11-11 22:54:08 +01:00
parent 9b7be8168a
commit afd7a1f65c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -1,5 +1,6 @@
{ {
"extends": [ "extends": ["config:base"],
"config:base" "droneci": {
] "enabled": false
}
} }