-
Bug
-
Resolution: Not a Bug
-
Major
-
2.0.1.GA
-
None
In trying to diagnose CRW-510 build failure (patch applied but not available in downstream brew build), I noticed that there are three yarn.lock files in crw-theia repo which reference theia 0.11 instead of 0.12.
- ./dockerfiles/theia/asset-yarn.lock
- ./dockerfiles/theia-endpoint-runtime/asset-theia-remote-yarn.lock
- ./dockerfiles/theia-endpoint-runtime/asset-workspace-yarn.lock
https://paste.fedoraproject.org/paste/LZBYWaKyMYTrZdAIYHROhQ
I suspect this doesn't hurt anything but it's strange to see that we're aligned on 0.12 and yet the generated yarn.lock files are not also being updated. Maybe we need an extra step in the jenkinsfile to push the updated/generated yarn lock files back to GH?
cc: flbe