Skip to content

Instantly share code, notes, and snippets.

View Sanne's full-sized avatar

Sanne Grinovero Sanne

View GitHub Profile
@Sanne
Sanne / build.sh
Last active February 11, 2021 09:04 — forked from emmanuelbernard/build.sh
Build script
#!/bin/bash
# run ./build.sh
# it will clone your existing repo and run the maven tests off this clone
# the branch tests are run from is the current branch at the time of cloning
#
# Note that you can work on the next bug while this is going on
#
# ./build.sh
# runs maven clean install
#