Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created March 8, 2017 19:36
Show Gist options
  • Save rhyolight/ae6f35791df6e2c590dde3d6ea67a590 to your computer and use it in GitHub Desktop.
Save rhyolight/ae6f35791df6e2c590dde3d6ea67a590 to your computer and use it in GitHub Desktop.
# git rid of any test artifacts
if [ -d "test_results" ]; then
git checkout test_results
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment