Improve vscode-extensions builder to work independently of extension.json changes #19134
Labels
area/plugins
kind/enhancement
A feature request - must adhere to the feature request template.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P2
Has a minor but important impact to the usage or development of the system.
sprint/current
Milestone
Is your task related to a problem? Please describe.
In the codeready-workspaces-vscode-extensions repo, we have a system to build vscode-extensions inside a UBI8 container: https://github.com/redhat-developer/codeready-workspaces-vscode-extensions/blob/main/.ci/extension_build_publish.sh#L20
This build system is only triggered on changes to
extensions.json
in any given file, which isn't nice when a Dockerfile needs to be tweaked.Describe the solution you'd like
Adjust the CI script to look for an extensions.json file even if it's not in the subject of changes
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: