pulumi/pkg/backend/cloud
joeduffy 664d4f3bfe Add a missing error propagation
If the service returns a 504, we happily keep looping around and
retrying until we get a valid update.  Unfortunately, we missed the
else condition, which is what happens when this isn't a 504, leading
us to swallow real errors (500 and the like).  Trivial fix.

Fixes pulumi/pulumi#712.
2017-12-13 08:33:11 -08:00
..
apitype Absorb breaking change from Service/PPC API 2017-12-08 10:21:25 -08:00
api.go Add a logout --all command (#673) 2017-12-08 12:14:14 -08:00
backend.go Add a missing error propagation 2017-12-13 08:33:11 -08:00
stack.go Return all computed inputs from Provider.Check. 2017-12-03 09:33:16 -08:00