Skip to content

Commit 5fd10ba

Browse files
committed
switch to using retry_on_failure rather than continue_on_error
1 parent 95a05f4 commit 5fd10ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ functions:
6060
"setup atlas cli":
6161
- command: subprocess.exec
6262
type: setup
63+
retry_on_failure: true
6364
params:
6465
add_expansions_to_env: true
65-
continue_on_err: true
6666
working_dir: "src"
6767
binary: bash
6868
env:

0 commit comments

Comments
 (0)