Commit c6a202b
ci: fix unbound variable in retry.sh (#44464)
### What does this PR do?
Fixes an unbound bash variable in the retry.sh script.
### Motivation
Fix the script
### Describe how you validated your changes
Ran the script locally wihtout the env var defined to ensure it works.
### Additional Notes
Co-authored-by: guillermo.julian <guillermo.julian@datadoghq.com>1 parent 7a07d8a commit c6a202b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments