Fix YML syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-16 18:24:36 -08:00
parent 434accf6ac
commit 19bcc92ab9
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ steps:
- chmod -R go-rwx $HOME/.ssh
- mkdir $HOME/.abra/
- GIT_SSH_COMMAND="ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa'" 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
- "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"
- name: notify on failure
image: plugins/matrix