We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd10ba commit 19bdce6Copy full SHA for 19bdce6
.evergreen/config.yml
@@ -24,11 +24,13 @@ timeout:
24
functions:
25
"fetch source":
26
- command: git.get_project
27
+ type: setup
28
params:
29
directory: "src"
30
31
"fetch repo":
32
- command: shell.exec
33
34
35
working_dir: "src"
36
script: |
@@ -70,6 +72,7 @@ functions:
70
72
args:
71
73
- .evergreen/provision-atlas.sh
74
75
+pre_error_fails_task: true
76
pre:
77
- func: "fetch source"
78
- func: "setup atlas cli"
0 commit comments