From 9f823851ac013d5752803e1e7b16f3d2fb7fa96a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 18 Jan 2023 19:06:55 -0800 Subject: [PATCH] Excitingly switch to publishing to `main` branch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 16c6e5a..770374e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,7 @@ steps: - "docker login -u thecoopcloud -p \"$DOCKER_PASS\" index.docker.io" - abra catalogue generate - "cd $HOME/.abra/catalogue/ && git remote -v" - - "cd $HOME/.abra/catalogue/ && git checkout -b testing && git commit -a -m 'Chore: update catalogue' && git push -f --set-upstream origin testing" + - "cd $HOME/.abra/catalogue/ && git commit -a -m 'Chore: update catalogue' && git push" - name: notify on failure image: plugins/matrix