disable droneci manager

master
Robert Kaussow 2020-11-11 22:05:26 +01:00
parent f759da278c
commit 889d5e8e0c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
1 changed files with 4 additions and 3 deletions

View File

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