mirror of https://git.tuxpa.in/a/code-server.git
Package only on darwin
This commit is contained in:
parent
d0142e2536
commit
e332882a88
|
@ -25,7 +25,7 @@ before_deploy:
|
|||
- git config --local user.name "$USER_NAME"
|
||||
- git config --local user.email "$USER_EMAIL"
|
||||
- git tag "$VERSION" "$TRAVIS_COMMIT"
|
||||
- yarn task package "$VERSION"
|
||||
- if [[ “$TRAVIS_OS_NAME” == “osx” ]]; then yarn task package $VERSION; fi
|
||||
deploy:
|
||||
provider: releases
|
||||
file_glob: true
|
||||
|
|
Loading…
Reference in New Issue