some of the files are owned by root
This commit is contained in:
parent
917c66584f
commit
b9b3ad49a6
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -323,7 +323,7 @@ function git_clone {
|
|||
# from the previous branch leading to breakage (due to the py files
|
||||
# having older timestamps than our pyc, so python thinks the pyc files
|
||||
# are correct using them)
|
||||
rm -rf *
|
||||
sudo rm -rf *
|
||||
git checkout -f origin/$GIT_BRANCH
|
||||
# a local branch might not exist for $3
|
||||
git branch -D $GIT_BRANCH || true
|
||||
|
|
Loading…
Reference in a new issue