We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bb1a3c + 6b8855c commit e219b12Copy full SHA for e219b12
stack.sh
@@ -397,7 +397,7 @@ function git_clone {
397
# remove the existing ignored files (like pyc) as they cause breakage
398
# (due to the py files having older timestamps than our pyc, so python
399
# thinks the pyc files are correct using them)
400
- sudo git clean -f -d
+ find $GIT_DEST -name '*.pyc' -delete
401
git checkout -f origin/$GIT_BRANCH
402
# a local branch might not exist
403
git branch -D $GIT_BRANCH || true
0 commit comments