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.
2 parents 8da4388 + 19bdce6 commit 3cf5b86Copy full SHA for 3cf5b86
.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: |
@@ -60,16 +62,17 @@ functions:
60
62
"setup atlas cli":
61
63
- command: subprocess.exec
64
type: setup
65
+ retry_on_failure: true
66
67
add_expansions_to_env: true
- continue_on_err: true
68
69
binary: bash
70
env:
71
atlas: ${workdir}/src/atlas/bin/atlas
72
args:
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