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 = { options = {
all = mkOption { all = mkOption {
type = bool; type = bool;
default = true; default = false;
}; };
hosts = mkOption { hosts = mkOption {
type = listOf str; type = listOf str;