theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 346 forks source link

Ignore deploy for installers and add timeout #377

Closed thegecko closed 4 years ago

thegecko commented 4 years ago

Signed-off-by: Rob Moran rob.moran@arm.com

This PR fixes the failing build in master by skipping the deploy step for installers based on environment variables rather than skipping the stage.

It also introduces a timeout for when macOS installer generation takes longer than 10 minutes and is timed out.

Apologies for the oversight, Travis-CI is a bit weird.