conjure-up / spells

conjure-up spells registry
79 stars 37 forks source link

verify our kubectl download on macos #203

Closed kwmonroe closed 6 years ago

kwmonroe commented 6 years ago

This is related to #187 -- it doesn't fix the timeout, but it will at least stop the deployment with a helpful message if we curl'd an invalid binary on macos.

@battlemidget i'm not sure if exit 1 is the right thing to do here. I think it is because subsequent steps will try to use kubectl, so i think we want to bail as soon as we know that's not gonna work.