소스 검색

(patch) [ci skip] installs dir not being removed in CB

Nate Brady 8 년 전
부모
커밋
ad31d66662
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      toolset/continuous/run-continuously.sh

+ 1 - 1
toolset/continuous/run-continuously.sh

@@ -28,7 +28,7 @@ do
   # Hold on to the benchmark.cfg it it exists
   echo Tearing down and rebuilding the environment
   cp $TFB_REPOPARENT/$TFB_REPONAME/benchmark.cfg $TFB_REPOPARENT/benchmark.cfg 2>/dev/null
-  rm -rf $TFB_REPOPARENT/$TFB_REPONAME
+  sudo rm -rf $TFB_REPOPARENT/$TFB_REPONAME
   cd $TFB_REPOPARENT
   git clone -b $TFB_REPOBRANCH $TFB_REPOURI $TFB_REPOPARENT/$TFB_REPONAME
   # Replace the benchmark.cfg