Merge "Just reset the repo instead of trying to co files"
This commit is contained in:
commit
0c42f25043
@ -1259,7 +1259,7 @@ function setup_develop() {
|
|||||||
|
|
||||||
# Undo requirements changes, if we made them
|
# Undo requirements changes, if we made them
|
||||||
if [ $update_requirements -eq 0 ]; then
|
if [ $update_requirements -eq 0 ]; then
|
||||||
(cd $project_dir && git checkout -- requirements.txt test-requirements.txt setup.py)
|
(cd $project_dir && git reset --hard)
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user