Skip to content

Commit 747e3dd

Browse files
committed
Merge branch 'v1.8'
* v1.8: PHPLIB-637 Remove xtrace from build scripts (#817)
2 parents 21e7ecd + 027134d commit 747e3dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ functions:
6464
PROJECT_DIRECTORY: "$PROJECT_DIRECTORY"
6565
PREPARE_SHELL: |
6666
set -o errexit
67-
set -o xtrace
6867
export DRIVERS_TOOLS="$DRIVERS_TOOLS"
6968
export MONGO_ORCHESTRATION_HOME="$MONGO_ORCHESTRATION_HOME"
7069
export MONGODB_BINARIES="$MONGODB_BINARIES"
@@ -304,7 +303,6 @@ tasks:
304303
type: test
305304
params:
306305
script: |
307-
set -o xtrace
308306
. ${DRIVERS_TOOLS}/.evergreen/download-mongodb.sh || true
309307
get_distro || true
310308
echo $DISTRO

0 commit comments

Comments
 (0)