parent
657ee8b72b
commit
26113a113e
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
#!/bin/sh |
||||
|
||||
git stash -q --keep-index |
||||
./run-tests.sh |
||||
RESULT=$? |
||||
[ $RESULT == 0 ] && ./create-docs.sh && git add ./README.md |
||||
git stash pop -q |
||||
[ $RESULT -ne 0 ] && exit 1 |
||||
exit 0 |
||||
Loading…
Reference in new issue