Commit a9af34f
[MLP-2247] Fix/debug assets compiler on build plugin archive (#175)
* Add logs
* Log before the condition
* Remove lines to isolate problem
* Return early if assets-compiler exists
* Rename variables for clarity
* Remove conditionals to add tools
* Rename step
* Use another syntax
* Use an id instead of name
* Rollback this branch as is in use
* Remove conditional tools
* Conditionally run php-scoper
if there is no config it creates it and runs, we need to avoid that
* Continue on error
* Check the conclusion instead
* Check with failure()
* Use outputs
* Use hashFiles()
* Remove composer config
* Try verbose to see why translate fails
* Try v2 as verbose was not failing
* Try verbose again without config
* Rollback removing the config
* Add composer/installers to the list of tools & remove leftover
---------
Co-authored-by: Orestis Samaras <o.samaras@inpsyde.com>
Co-authored-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com>
Co-authored-by: Moritz Meißelbach <m.meisselbach@inpsyde.com>
Co-authored-by: Oleksandr Zhyian <oleksandr.zhyian@gmail.com>1 parent 2b44fc5 commit a9af34f
1 file changed
+6
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 167 | + | |
202 | 168 | | |
203 | 169 | | |
204 | 170 | | |
| |||
211 | 177 | | |
212 | 178 | | |
213 | 179 | | |
214 | | - | |
215 | 180 | | |
216 | 181 | | |
217 | 182 | | |
| |||
221 | 186 | | |
222 | 187 | | |
223 | 188 | | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 189 | + | |
228 | 190 | | |
229 | | - | |
230 | | - | |
231 | 191 | | |
232 | 192 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
| 193 | + | |
237 | 194 | | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | 195 | | |
242 | 196 | | |
243 | 197 | | |
244 | | - | |
| 198 | + | |
245 | 199 | | |
246 | 200 | | |
247 | 201 | | |
248 | 202 | | |
249 | | - | |
| 203 | + | |
250 | 204 | | |
251 | 205 | | |
252 | 206 | | |
| |||
256 | 210 | | |
257 | 211 | | |
258 | 212 | | |
259 | | - | |
| 213 | + | |
260 | 214 | | |
261 | 215 | | |
262 | 216 | | |
| |||
0 commit comments