Disable osx deploy due to failing macOS CI

This commit is contained in:
Michael Vines
2019-08-05 17:27:09 -07:00
parent 7f7a868234
commit 0a5c54a0ef

View File

@ -397,7 +397,6 @@ if ! $skipStart; then
if $deployUpdateManifest; then
rm -f update_manifest_keypair.json
args+=(--deploy-update linux)
args+=(--deploy-update osx)
args+=(--deploy-update windows)
fi