Fix testing git push
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2023-01-16 18:42:43 -08:00
parent 19bcc92ab9
commit f8c9ce653d
1 changed files with 1 additions and 1 deletions

View File

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