Skip to content

Commit 19dac68

Browse files
authored
chore(ci): retry the scp and ssh commands in create-sbom.sh (#6630)
* retry the scp and ssh commands * rather retry the whole create-sbom.sh script * sans accidental commit
1 parent dad4ed7 commit 19dac68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ functions:
443443
script: |
444444
set -e
445445
446-
.evergreen/create-sbom.sh
446+
bash ".evergreen/retry-with-backoff.sh" .evergreen/create-sbom.sh
447447
- command: shell.exec
448448
params:
449449
working_dir: src

0 commit comments

Comments
 (0)