Make migration script picky
This commit is contained in:
parent
129d2b024e
commit
06a9df7cb8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue