Skip to content

Commit

Permalink
clear out selendroid build cruft so it doesn't accidentally get commi…
Browse files Browse the repository at this point in the history
…tted into our codebase
  • Loading branch information
jlipps committed Feb 6, 2014
1 parent 55eb5ff commit 374b13e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reset.sh
Expand Up @@ -324,6 +324,9 @@ reset_selendroid() {
run_cmd rm -rf selendroid
echo "* Building selendroid server and supporting libraries"
run_cmd $grunt buildSelendroidServer
run_cmd pushd submodules/selendroid
run_cmd git reset --hard
run_cmd popd
reset_unlock_apk
if $include_dev ; then
if ! $apidemos_reset; then
Expand Down

0 comments on commit 374b13e

Please sign in to comment.