From: Eric Ball Date: Tue, 26 May 2020 20:51:10 +0000 (+0000) Subject: Merge "validation:Fix jobs cleanup issue with permissions" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=7299e52f370e413c81b25a24df7c88b9a030a57f;hp=683452330b0784c355d032aae4454674d7fdc60e Merge "validation:Fix jobs cleanup issue with permissions" --- diff --git a/jjb/shell/run_bluval.sh b/jjb/shell/run_bluval.sh index 4b306a8..75d20eb 100755 --- a/jjb/shell/run_bluval.sh +++ b/jjb/shell/run_bluval.sh @@ -29,7 +29,7 @@ change_res_owner() { # change owner of results created by root in container if [ -d "$results_dir" ] then - sudo chown -R "$current_user" "$results_dir" + sudo chown -R "$current_user" "$results_dir" "$k8s_config_dir" fi }