We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae35673 commit 7e79237Copy full SHA for 7e79237
scripts/ci.bash
@@ -9,7 +9,7 @@ function main() {
9
# Get the version information. If a specific version wasn't set, generate it
10
# from the tag and VS Code version.
11
local vscode_version=${VSCODE_VERSION:-1.41.1}
12
- local code_server_version=${VERSION:-2.${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
+ local code_server_version=${VERSION:-${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
13
14
# Remove everything that isn't the current VS Code source for caching
15
# (otherwise the cache will contain old versions).
0 commit comments