Skip to content

Commit 19bdce6

Browse files
committed
pre_error_fails_task
1 parent 5fd10ba commit 19bdce6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ timeout:
2424
functions:
2525
"fetch source":
2626
- command: git.get_project
27+
type: setup
2728
params:
2829
directory: "src"
2930

3031
"fetch repo":
3132
- command: shell.exec
33+
type: setup
3234
params:
3335
working_dir: "src"
3436
script: |
@@ -70,6 +72,7 @@ functions:
7072
args:
7173
- .evergreen/provision-atlas.sh
7274

75+
pre_error_fails_task: true
7376
pre:
7477
- func: "fetch source"
7578
- func: "setup atlas cli"

0 commit comments

Comments
 (0)