microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

fail pipeline if git clone fails #1358

Closed jsturtevant closed 4 years ago

jsturtevant commented 4 years ago

Fixes #1357

This PR fails if can't clone the repository which enables the pipeline to give a valid error message for the user to debug in the pipeline output.

bnookala commented 4 years ago

good catch! thanks for the PR.