Created
July 3, 2018 15:40
-
-
Save johnpoth/c2025566f2f6d010c46292683cdd0536 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
#!/bin/sh | |
mvn clean install -Dtest=FileConsumerPreMoveLastModifiedTest -f camel-core/pom.xml | |
test_exit_code=$? | |
git checkout -- . | |
exit "$test_exit_code" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment