end Dir.glob(["/etc/compass-ci/defaults/*.yaml",
"/etc/compass-ci/account/*.yaml",
Only defaults/* are to be loaded as job defaults, into _every_ job.
If you want that behavior, can add
/etc/compass-ci/defaults/admin-account.yaml
Otherwise if only a small fraction of the system need this configuration, consider create
/etc/compass-ci/admin-account.yaml
ok Thanks, Yinsi
"#{ENV['HOME']}/.config/compass-ci/defaults/*.yaml"]).each do |file| load_one_defaults(file, @job) end
-- 2.23.0