Skip to content

Commit

Permalink
Fix #970 - Improve git clone failure error
Browse files Browse the repository at this point in the history
Outputs the original stderr message as well in case of failure.
  • Loading branch information
swalkinshaw committed Jan 4, 2022
1 parent dee07be commit f7a2c5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/deploy/tasks/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
More info:
> https://roots.io/trellis/docs/deploys/#ssh-keys
> https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-agent-forwarding
> Error:
{{ git_clone.stderr }}
when: git_clone is failed

- name: Remove untracked files from project folder
Expand Down

0 comments on commit f7a2c5f

Please sign in to comment.