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.
1 parent 08c999d commit 6b8855cCopy full SHA for 6b8855c
stack.sh
@@ -394,7 +394,7 @@ function git_clone {
394
# remove the existing ignored files (like pyc) as they cause breakage
395
# (due to the py files having older timestamps than our pyc, so python
396
# thinks the pyc files are correct using them)
397
- sudo git clean -f -d
+ find $GIT_DEST -name '*.pyc' -delete
398
git checkout -f origin/$GIT_BRANCH
399
# a local branch might not exist
400
git branch -D $GIT_BRANCH || true
0 commit comments