Make migration script picky

This commit is contained in:
Robert Muir 2015-06-04 00:47:58 -04:00
parent 129d2b024e
commit 06a9df7cb8
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash
set -e
set -u
set -o pipefail
# This script creates a new branch then migrate all the maven stuff in it and commit that branch.
# then it runs mvn install to check that everything is still running