Excitingly generate the whole catalogue
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-01-17 13:07:57 -08:00
parent a719d29f2c
commit 85a0e79564
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ 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 wordpress
- 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"