pulumi/pkg/backend
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
..
cloud Add a missing error propagation 2017-12-13 08:33:11 -08:00
local Decrypt configuration nearer to its use. 2017-12-04 17:10:40 -08:00
state Make some updates based on CR feedback 2017-12-03 08:10:50 -08:00
backend.go Make some updates based on CR feedback 2017-12-03 08:10:50 -08:00
stack.go Make some updates based on CR feedback 2017-12-03 08:10:50 -08:00