Commit 2904a10
fix(runners): support for AMIs with parentheses in the name (#4856)
Some AMIs, like the `AWS Deep Learning Base GPU AMI (Ubuntu 24.04)`,
have parentheses in the name. Parentheses are not allowed in AWS tags,
leading to an error. This commit strips the parentheses out of the name.
Co-authored-by: Niek Palm <npalm@users.noreply.github.com>1 parent ceb1182 commit 2904a10
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments