Skip to content

Commit 2aa3c70

Browse files
committed
removing debug outputs
1 parent 9ec7bd8 commit 2aa3c70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

external/dockerfile_functions.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
source $(dirname "$0")/common_functions.sh
1717
source $(dirname "$0")/provider.sh
18-
set -x
1918

2019
# Generate the common license and copyright header
2120
print_legal() {
@@ -600,7 +599,7 @@ remove_trailing_spaces() {
600599
}
601600

602601
# Generate the dockerfile for a given build
603-
generate_dockerfile() {
602+
generate_dockerfile() {
604603
file=$1
605604
test=$2
606605
version=$3

external/external.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# script runs in 5 modes - prepare / build / run / load / clean
1717

18-
set -ex
18+
set -e
1919

2020
source $(dirname "$0")/provider.sh
2121

0 commit comments

Comments
 (0)