From f8c9ce653d88da0a7912b8113d7645a32216caeb Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 16 Jan 2023 18:42:43 -0800 Subject: [PATCH] Fix testing git push --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 92163bb..72a58ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - "docker login -u 3wordchant -p \"$DOCKER_PASS\" index.docker.io" - abra catalogue generate - cat $HOME/.abra/catalogue/recipes.json - - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push" + - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push --set-upstream origin testing" - name: notify on failure image: plugins/matrix