Skip to content

Commit

Permalink
use openvsx 0.14.5; decrease timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Mar 21, 2024
1 parent 46293c6 commit 005d6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

# OpenVSX
FROM ghcr.io/eclipse/openvsx-server:v0.14.3 AS openvsx-server
FROM ghcr.io/eclipse/openvsx-server:v0.14.5 AS openvsx-server

# UBI Builder
# https://registry.access.redhat.com/ubi8/ubi
Expand Down
2 changes: 1 addition & 1 deletion build/dockerfiles/import-vsix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ for i in $(seq 0 "$((numberOfExtensions - 1))"); do
ovsx publish "${vsixFilename}"

# wait for the extension to be published
sleep 15
sleep 5

# remove the downloaded file
rm "${vsixFilename}"
Expand Down

0 comments on commit 005d6de

Please sign in to comment.