Remove -x from release scripts (#345)

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
pull/346/head
Mykhailo Kuznietsov 2020-07-15 20:01:22 +03:00 committed by GitHub
parent 96916bb790
commit a9092b21d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@
# Red Hat, Inc. - initial API and implementation
set -e
set -x
init() {
RELEASE="$1"

View File

@ -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-]+)*)?$"

View File

@ -11,7 +11,6 @@
# Red Hat, Inc. - initial API and implementation
set -e
set -x
CURRENT_DIR=$(pwd)
BASE_DIR=$(cd "$(dirname "$0")"; pwd)

View File

@ -17,7 +17,6 @@
# ./release-operator-code.sh <RELEASE> <CHE_RELEASE_BRANCH>
set -e
set -x
function init() {
BASE_DIR=$(cd "$(dirname "$0")"; pwd)