Переглянути джерело

(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