We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 430dfbd commit f7f5dc7Copy full SHA for f7f5dc7
dependencies/che-plugin-registry/build/scripts/import_vsix.sh
@@ -41,6 +41,7 @@ for i in $(seq 0 "$((numberOfExtensions - 1))"); do
41
42
# publish the file
43
ovsx publish "${vsixFilename}"
44
+ sleep 5
45
46
# remove the downloaded file
47
rm "${vsixFilename}"
dependencies/job-config.json
@@ -607,8 +607,8 @@
607
"CHE_OPENVSX_TAG": {
608
"3.11": "che-openvsx-v0.14.2",
609
"3.12": "che-openvsx-v0.14.2",
610
- "3.13": "che-openvsx-v0.14.2",
611
- "3.x": "che-openvsx-v0.14.2"
+ "3.13": "che-openvsx-v0.14.5",
+ "3.x": "che-openvsx-v0.14.5"
612
},
613
"@eclipse-che/plugin-registry-generator": {
614
"3.11": "7.80.0",
0 commit comments