Skip to content
Snippets Groups Projects
Commit d9f851b2 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed merge issue.

parent 8c1edd21
Branches
Tags
No related merge requests found
......@@ -13,12 +13,8 @@ keepdatabase=1
keepobjectstore=1
usage() { cat <<EOF 1>&2
<<<<<<< HEAD
Usage: $0 -n <namespace> [-o <objectstore_configmap>] [-d <database_configmap>]
[-p <gitlab pipeline ID> | -b <build tree>] [-D] [-O]
=======
Usage: $0 -n <namespace> [-o <objectstore_configmap>] [-d <database_configmap>] [-p <gitlab pipeline ID>] [-D] [-O] [-m [mhvtl|ibm]]
>>>>>>> origin/master
Usage: $0 -n <namespace> [-o <objectstore_configmap>] [-d <database_configmap>] \
[-p <gitlab pipeline ID> | -b <build tree>] [-D] [-O] [-m [mhvtl|ibm]]
Options:
-D wipe database content during initialization phase (database content is kept by default)
......@@ -29,11 +25,7 @@ exit 1
die() { echo "$@" 1>&2 ; exit 1; }
<<<<<<< HEAD
while getopts "n:o:d:p:b:DO" o; do
=======
while getopts "n:o:d:p:DOm:" o; do
>>>>>>> origin/master
while getopts "n:o:d:p:b:DOm:" o; do
case "${o}" in
o)
config_objectstore=${OPTARG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment