Revert "Disable osx deploy due to failing macOS CI"

This reverts commit 0a5c54a0ef.
This commit is contained in:
Michael Vines
2019-08-20 22:28:52 -07:00
parent dcffbab82e
commit ae3d0010a3

View File

@ -397,6 +397,7 @@ 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