krebs ci: set default of build all hosts to false

This commit is contained in:
lassulus 2017-07-29 02:20:03 +02:00
parent 751780e400
commit 426022f656

View File

@ -13,7 +13,7 @@ in
options = {
all = mkOption {
type = bool;
default = true;
default = false;
};
hosts = mkOption {
type = listOf str;