Update VS Code version for CI

This commit is contained in:
Asher
2020-02-12 18:03:53 -06:00
parent d574012871
commit c8fc54bfb1
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ main() {
version=$(./binaries/code-server* --version | head -1)
echo "Got '$version' for the version"
case $version in
*-vsc1.41.1) exit 0 ;;
*-vsc1.42.0) exit 0 ;;
*) exit 1 ;;
esac
}