container/defconfig.rb: Dir.glob(... '/etc/compass-ci/accounts/*.yaml', ...)
[why] two file defconfig.sh and defconfig.rb, all load /etc/compass-ci/accounts/*.yaml, so the directory name should be same.
Signed-off-by: Liu Yinsi liuyinsi@163.com --- container/defconfig.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/container/defconfig.sh b/container/defconfig.sh index 4a5f5fa..54e65b5 100755 --- a/container/defconfig.sh +++ b/container/defconfig.sh @@ -10,7 +10,7 @@ load_cci_defaults()
yaml_file=( /etc/compass-ci/defaults/*.yaml - /etc/compass-ci/account/*.yaml + /etc/compass-ci/accounts/*.yaml "$HOME"/.config/compass-ci/defaults/*.yaml ) for i in "${yaml_file[@]}"