| ... | ... |
@@ -323,7 +323,7 @@ function git_clone {
|
| 323 | 323 |
# from the previous branch leading to breakage (due to the py files |
| 324 | 324 |
# having older timestamps than our pyc, so python thinks the pyc files |
| 325 | 325 |
# are correct using them) |
| 326 |
- rm -rf * |
|
| 326 |
+ sudo rm -rf * |
|
| 327 | 327 |
git checkout -f origin/$GIT_BRANCH |
| 328 | 328 |
# a local branch might not exist for $3 |
| 329 | 329 |
git branch -D $GIT_BRANCH || true |