[BUG?] Deployment logs displayed outside of "Deploying application" if wrapped in $()

@BanzaiMan
Here is one, https://travis-ci.com/ibcol/ibcol/builds/90853391
I think the deployment call

$(now  --token $NOW_TOKEN -e TRAVIS_BUILD_WEB_URL -e TRAVIS_BUILD_NUMBER -e TRAVIS_BUILD_ID -e TRAVIS_REPO_SLUG -e TRAVIS_COMMIT_RANGE -e TRAVIS_COMMIT -e TRAVIS) && ... something else

was triggered before the actual Deploying application steps (similar to what I experienced at Deployment steps create log file, how to cat / echo log file in after_deploy step? )