From a719d29f2ca46b2683704b35a609fc1b12d01d03 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 17 Jan 2023 13:04:35 -0800 Subject: [PATCH] Try generating catalogue for a single recipe now --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0f30364..5584fdd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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