Skip to content

Commit 7e79237

Browse files
committed
Fix version generated from Git tag
1 parent ae35673 commit 7e79237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function main() {
99
# Get the version information. If a specific version wasn't set, generate it
1010
# from the tag and VS Code version.
1111
local vscode_version=${VSCODE_VERSION:-1.41.1}
12-
local code_server_version=${VERSION:-2.${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
12+
local code_server_version=${VERSION:-${TRAVIS_TAG:-${DRONE_TAG:-daily}}}
1313

1414
# Remove everything that isn't the current VS Code source for caching
1515
# (otherwise the cache will contain old versions).

0 commit comments

Comments
 (0)