Excitingly switch to publishing to main branch
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
3wc 2023-01-18 19:06:55 -08:00
parent a33d66592a
commit 9f823851ac

View File

@ -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