mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
Don't package for release if we don't need to
This commit is contained in:
@@ -18,6 +18,7 @@ matrix:
|
||||
- VSCODE_VERSION="1.37.0" MAJOR_VERSION="2" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER"
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export MINIFY="true"; fi
|
||||
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then export PACKAGE="true"; fi
|
||||
script:
|
||||
- scripts/ci.bash
|
||||
before_deploy:
|
||||
|
||||
Reference in New Issue
Block a user