Skip to content

Commit b5310da

Browse files
committed
evergreen: set -ev for pre, post tasks
(cherry picked from commit 078d4ba)
1 parent 88fcdaa commit b5310da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ pre:
195195
params:
196196
silent: true
197197
script: |
198+
set -ev
198199
${killall_evergreen|pkill -9 mongod; pkill -9 mongos; pkill -9 mongo} >/dev/null 2>&1
199200
rm -rf src /data/db/*
200201
mkdir -p src
@@ -207,6 +208,7 @@ post:
207208
params:
208209
silent: true
209210
script: |
211+
set -ev
210212
${killall_evergreen|pkill -9 mongod; pkill -9 mongos; pkill -9 mongo} >/dev/null 2>&1
211213
exit 0
212214
- command: shell.cleanup

0 commit comments

Comments
 (0)