Commit 8bee533
committed
ci: remove incorrect support for
The `test.yaml` workflow was using `inputs.name`, but it only
worked because the `name` input was not defined in the
`starship-action`.
When `inputs.name` support was implemented in PR hyperweb-io#42, it broke
the `test.yaml` workflow because the `starship stop --name`
setting overrode the `config.yml` `name:` value. This
installed the Helm release with a different name than what was
being stopped.
Without stopping the correct Helm release, `starship stop`
would hang indefinitely. Now it doesn't.inputs.name
1 parent ae52154 commit 8bee533
2 files changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
| |||
175 | 173 | | |
176 | 174 | | |
177 | 175 | | |
178 | | - | |
179 | 176 | | |
180 | 177 | | |
181 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
41 | 37 | | |
42 | 38 | | |
43 | 39 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 40 | | |
48 | 41 | | |
49 | 42 | | |
| |||
146 | 139 | | |
147 | 140 | | |
148 | 141 | | |
149 | | - | |
150 | 142 | | |
151 | 143 | | |
152 | 144 | | |
| |||
179 | 171 | | |
180 | 172 | | |
181 | 173 | | |
182 | | - | |
183 | 174 | | |
184 | 175 | | |
185 | 176 | | |
| |||
195 | 186 | | |
196 | 187 | | |
197 | 188 | | |
198 | | - | |
199 | 189 | | |
200 | 190 | | |
201 | 191 | | |
| |||
0 commit comments