mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Add missing VS Code version to git tag
This commit is contained in:
parent
398bc2ff41
commit
7353be413c
1 changed files with 2 additions and 2 deletions
|
|
@ -22,10 +22,10 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- travis_wait 30 scripts/ci.bash
|
- travis_wait 30 scripts/ci.bash
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- echo "$VERSION" "$TRAVIS_COMMIT"
|
- echo "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
|
||||||
- git config --local user.name "$USER_NAME"
|
- git config --local user.name "$USER_NAME"
|
||||||
- git config --local user.email "$USER_EMAIL"
|
- git config --local user.email "$USER_EMAIL"
|
||||||
- git tag "$VERSION" "$TRAVIS_COMMIT"
|
- git tag "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue