File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ functions:
130
130
params :
131
131
binary : bash
132
132
args :
133
+ - src/.evergreen/scripts/run-with-env.sh
133
134
- src/.evergreen/scripts/archive-mongodb-logs.sh
134
135
135
136
- command : archive.targz_pack
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- . src/.evergreen/scripts/env.sh
4
3
set -o xtrace
5
4
mkdir out_dir
6
5
find " $MONGO_ORCHESTRATION_HOME " -name \* .log -exec sh -c ' x=$1; mv $x $PWD/out_dir/$(basename $(dirname $x))_$(basename $x)' shell {} \;
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ ls -la libmongocrypt
52
52
ls -la libmongocrypt/nocrypto
53
53
54
54
if [ -z " ${SKIP_SERVERS:- } " ]; then
55
- bash ${DRIVERS_TOOLS} /.evergreen/csfle/setup-secrets.sh
56
- bash ${DRIVERS_TOOLS} /.evergreen/csfle/start-servers.sh
55
+ bash " ${DRIVERS_TOOLS} " /.evergreen/csfle/setup-secrets.sh
56
+ bash " ${DRIVERS_TOOLS} " /.evergreen/csfle/start-servers.sh
57
57
fi
You can’t perform that action at this time.
0 commit comments