From 5e62773d3ff0b947a9009e47ff298f3e87259a6d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 17 Jan 2023 13:00:54 -0800 Subject: [PATCH] SSH debugging --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0efcf61..1b774b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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