Commit f9985688073cf5dd0d69eec01de0797f6987359a

Patrick Steinhardt 2020-02-18T15:17:45

azure: docker: detect errors when building images The build step for our Docker images currently succeeds even if building the Docker image fails due to missing && chains in the build script. Fix this by adding them in.