Try generating catalogue for a single recipe now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-01-17 13:04:35 -08:00
parent 7649c7a7b8
commit a719d29f2c
1 changed files with 2 additions and 3 deletions

View File

@ -20,10 +20,9 @@ steps:
- mkdir $HOME/.abra/
- git clone ssh://git@git.coopcloud.tech:2222/coop-cloud/recipes-catalogue-json.git $HOME/.abra/catalogue
- "docker login -u 3wordchant -p \"$DOCKER_PASS\" index.docker.io"
# - abra catalogue generate
- echo >> $HOME/.abra/catalogue/recipes.json
- abra catalogue generate wordpress
- "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 push -f --set-upstream origin testing"
- name: notify on failure
image: plugins/matrix