Skip to content

Commit f7f5dc7

Browse files
authored
chore: upgrade local plugin registry to use openvsx-server 0.14.5 (#1058)
* chore: bump openvsx server to v0.14.5 Signed-off-by: Valeriy Svydenko <[email protected]> * chore: use openvsx server v0.14.5 for DS 3.13 and 3.x Signed-off-by: Valeriy Svydenko <[email protected]> --------- Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 430dfbd commit f7f5dc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dependencies/che-plugin-registry/build/scripts/import_vsix.sh

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ for i in $(seq 0 "$((numberOfExtensions - 1))"); do
4141

4242
# publish the file
4343
ovsx publish "${vsixFilename}"
44+
sleep 5
4445

4546
# remove the downloaded file
4647
rm "${vsixFilename}"

dependencies/job-config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@
607607
"CHE_OPENVSX_TAG": {
608608
"3.11": "che-openvsx-v0.14.2",
609609
"3.12": "che-openvsx-v0.14.2",
610-
"3.13": "che-openvsx-v0.14.2",
611-
"3.x": "che-openvsx-v0.14.2"
610+
"3.13": "che-openvsx-v0.14.5",
611+
"3.x": "che-openvsx-v0.14.5"
612612
},
613613
"@eclipse-che/plugin-registry-generator": {
614614
"3.11": "7.80.0",

0 commit comments

Comments
 (0)