From 06a9df7cb87478c1c2ba869533874f08979c6d44 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Thu, 4 Jun 2015 00:47:58 -0400 Subject: [PATCH] Make migration script picky --- migrate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/migrate.sh b/migrate.sh index cfaf452bb21..281c718229c 100755 --- a/migrate.sh +++ b/migrate.sh @@ -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