Commit f34dc9e
committed
DeployRunner: Fix regression caused by role selection
This reverts commit 31c9cdf.
The role selection does not work, because:
- The label is actually called `roles`
- The `roles` label is an array, so `=` comparison with a role string does not work
- Deployer selector does not support a comparison operator to check if an array contains a value1 parent 4aaae03 commit f34dc9e
1 file changed
+0
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 153 | | |
158 | 154 | | |
159 | 155 | | |
160 | 156 | | |
161 | 157 | | |
162 | 158 | | |
163 | 159 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | 160 | | |
170 | 161 | | |
171 | 162 | | |
| |||
0 commit comments