SSH debugging
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-17 13:00:54 -08:00
parent ced200c268
commit 5e62773d3f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ steps:
# - abra catalogue generate
- echo >> $HOME/.abra/catalogue/recipes.json
- "cd $HOME/.abra/catalogue/ && git remote -v"
- "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push --set-upstream origin testing"
- "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && GIT_SSH_COMMAND='ssh -vvv' git push --set-upstream origin testing"
- name: notify on failure
image: plugins/matrix