diff options
author | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-09-14 11:33:14 +0800 |
---|---|---|
committer | Yang Yu <Gabriel.yuyang@huawei.com> | 2017-09-14 11:33:14 +0800 |
commit | c0362512b35390aedd7dc369b49b0b0122223e2f (patch) | |
tree | a7ba60a236a131ae326778697c48fb6b6cc208eb | |
parent | 89d4fdff5458510fcc74c52af13ee6f76cb79fb7 (diff) |
bug-fix: fix privilege error for removing workspace
JIRA: BOTTLENECK-196
Details refer to: https://build.opnfv.org/ci/view/bottlenecks/
job/bottlenecks-compass-posca_stress_ping-virtual-daily-master/
41/consoleFull
Change-Id: Ia973bab723e2b52a34f4332a5dbcff7c342720d7
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
-rw-r--r-- | jjb/bottlenecks/bottlenecks-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml index e7878f883..74e07b018 100644 --- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml @@ -158,7 +158,7 @@ set -o pipefail # delete everything that is in $WORKSPACE - /bin/rm -rf $WORKSPACE + sudo rm -rf $WORKSPACE #################### # parameter macros |