Commit c76c1e87acf3f8e1e0a16747a5c5e14327ff6e4c

Patrick Steinhardt 2020-03-10T20:39:09

azure: docker: consistently silence curl but show errors We currently pass the "--silent" flag to most invocations of curl, but in fact this does not only suppress the progress meter, but also any errors. So let's also pass "--show-error", too.