summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-06-09 03:10:10 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-09 03:10:10 +0000
commit82efe6ad203fe95ce8a092e5a9a85e326aaef7d7 (patch)
treede24a80472076bfca44956a6dbb5dae7ca7e9623 /jjb
parent4f3ef26eacebdac7d20c9d3a1576b976c36b36ea (diff)
parenteb2820bc36a2025aebce1266fbd8936deab0a4a2 (diff)
Merge "fix workspace permission error"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/global/releng-macros.yml2
1 files changed, 1 insertions, 1 deletions
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