chore(examples/jfrog): always install the latest JFrog extension (#11335)

This commit is contained in:
Muhammad Atif Ali 2023-12-24 13:59:04 +03:00 committed by GitHub
parent b69ccab390
commit 5a558b69c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -69,9 +69,7 @@ resource "coder_agent" "main" {
# Install the JFrog VS Code extension.
# Find the latest version number at
# https://open-vsx.org/extension/JFrog/jfrog-vscode-extension.
JFROG_EXT_VERSION=2.4.1
curl -o /tmp/jfrog.vsix -L "https://open-vsx.org/api/JFrog/jfrog-vscode-extension/$JFROG_EXT_VERSION/file/JFrog.jfrog-vscode-extension-$JFROG_EXT_VERSION.vsix"
/tmp/code-server/bin/code-server --install-extension /tmp/jfrog.vsix
/tmp/code-server/bin/code-server --install-extension jfrog.jfrog-vscode-extension
# The jf CLI checks $CI when determining whether to use interactive
# flows.