From eb2820bc36a2025aebce1266fbd8936deab0a4a2 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 7 Jun 2017 22:50:55 -0400 Subject: fix workspace permission error after https://gerrit.opnfv.org/gerrit/#/c/35833/ merged still fails https://build.opnfv.org/ci/job/compass-verify-deploy-virtual-xenial-master/360/console by checking the host the file was changed to it should be Change-Id: I44bab9aaedaa18fc2c2b654bf156703904c220c7 Signed-off-by: MatthewLi --- jjb/global/releng-macros.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/global') diff --git a/jjb/global/releng-macros.yml b/jjb/global/releng-macros.yml index ced335cb9..5341db464 100644 --- a/jjb/global/releng-macros.yml +++ b/jjb/global/releng-macros.yml @@ -170,7 +170,7 @@ - pre-scm-buildstep: - shell: | #!/bin/bash - sudo chown -R $USER $WORKSPACE || exit 1 + sudo chown -R $USER:$USER $WORKSPACE || exit 1 - builder: name: build-html-and-pdf-docs-output -- cgit