Remove -x from release scripts (#345)
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>pull/346/head
parent
96916bb790
commit
a9092b21d6
|
|
@ -11,7 +11,6 @@
|
|||
# Red Hat, Inc. - initial API and implementation
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
init() {
|
||||
RELEASE="$1"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
# Red Hat, Inc. - initial API and implementation
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
REGEX="^([0-9]+)\\.([0-9]+)\\.([0-9]+)(\\-[0-9a-z-]+(\\.[0-9a-z-]+)*)?(\\+[0-9A-Za-z-]+(\\.[0-9A-Za-z-]+)*)?$"
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
# Red Hat, Inc. - initial API and implementation
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
CURRENT_DIR=$(pwd)
|
||||
BASE_DIR=$(cd "$(dirname "$0")"; pwd)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
# ./release-operator-code.sh <RELEASE> <CHE_RELEASE_BRANCH>
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
function init() {
|
||||
BASE_DIR=$(cd "$(dirname "$0")"; pwd)
|
||||
|
|
|
|||
Loading…
Reference in New Issue