Created
March 8, 2017 19:36
-
-
Save rhyolight/ae6f35791df6e2c590dde3d6ea67a590 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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