Commit 5eaa6e0
committed
fix: dont fail silently on awscli errors during artifact setup
If something goes wrong during aws s3 cp, exit early with an error
message instead of quietly trying to soldier on. A common(-ish) cause of
something going wrong here is having installed the aws cli for the wrong
CPU architecture (e.g. x86 AWSCLi on ARM64), as the awscli installer
apparently doesnt not check the architecture, and its easy to copy the
wrong command from the website.
Signed-off-by: Patrick Roy <[email protected]>1 parent 51a324a commit 5eaa6e0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| 578 | + | |
578 | 579 | | |
579 | 580 | | |
580 | 581 | | |
| |||
0 commit comments