balena-cli/lib/utils
Cameron Diver ec589c2639 Correctly error out on failed remote builds
The push command was relying on the output from the builder to indicate
the build status, but this isn't helpful for CI. This commit makes the
remote build module respect the `isError` flag which the builder sends
in any errors. Any errors which come from the builder indicate the
release will not be deployed.

Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
2018-10-19 16:42:14 +02:00
..
compose.coffee Update klaw 2018-08-01 16:43:26 +02:00
compose.d.ts Add push command which starts a build on remote resin servers 2018-05-10 11:43:45 +01:00
config.ts Forward root CA to device config if one is present 2018-07-19 22:34:31 +03:00
deploy-legacy.coffee Address review feedback 2018-03-22 13:26:47 +02:00
docker.coffee Rename expectedError to exitWithExpectedError 2018-04-17 15:18:06 +02:00
helpers.ts Fix bug where the sudo helper failed in os initialize 2018-08-09 12:11:26 +02:00
logger.ts Fix breakage in deploy command from recent TS conversion 2018-01-11 10:33:08 +01:00
messages.ts Start on some easy TS conversion 2018-01-09 17:14:48 +01:00
normalization.ts Fix uuid params being parsed a numbers 2018-02-01 17:48:01 +02:00
patterns.ts Add join/leave commands to promote and move devices between platforms 2018-07-19 22:18:02 +03:00
promote.ts Add join/leave commands to promote and move devices between platforms 2018-07-19 22:18:02 +03:00
qemu.coffee Add docker-compose-aware builds and deployments 2018-03-07 14:48:05 +00:00
remote-build.ts Correctly error out on failed remote builds 2018-10-19 16:42:14 +02:00
ssh.ts Update typed-error to fix some TS complaints 2018-08-09 11:21:45 +02:00
streams.ts Fix breakage in deploy command from recent TS conversion 2018-01-11 10:33:08 +01:00
sudo.ts Add join/leave commands to promote and move devices between platforms 2018-07-19 22:18:02 +03:00
tty.coffee Fix getting window size when there’s no TTY attached 2018-03-15 10:30:54 +02:00
update.ts Start using Prettier 2018-01-10 09:23:00 +01:00
validation.ts Lint TypeScript and CoffeeScript with resin-lint 2018-01-09 17:14:49 +01:00