mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
reset everything differently
This commit is contained in:
parent
dea8c99df0
commit
fe35bce20e
1 changed files with 2 additions and 2 deletions
|
@ -66,11 +66,11 @@ script:
|
|||
git checkout $(git describe --tags `git rev-list --tags --max-count=1`);
|
||||
pip install --upgrade .;
|
||||
git clean -fdx;
|
||||
git checkout -- .;
|
||||
git reset --hard HEAD;
|
||||
cd docs;
|
||||
make clean html;
|
||||
cd ..;
|
||||
git checkout -- .;
|
||||
git reset --hard HEAD;
|
||||
doctr deploy --deploy-repo xonsh/xonsh-docs .;
|
||||
else
|
||||
py.test --timeout=10;
|
||||
|
|
Loading…
Add table
Reference in a new issue