mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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…
x
Reference in New Issue
Block a user