Skip to content

Instantly share code, notes, and snippets.

View rpelisse's full-sized avatar

Pelisse Romain rpelisse

View GitHub Profile
#!/bin/bash
# Clones your existing repo and run the maven tests off this clone
# Tests are run on the the current branch at the time of cloning
#
# Note that you can work on the next bug while this is going on as
# tests are run off a cloned repo.
#
# $ build.sh
# runs 'maven clean install'
#