Adventurously attempt full catalogue build
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2023-01-15 19:34:17 -08:00
parent 7be136f9f2
commit 45bcfbc66a
1 changed files with 9 additions and 2 deletions

View File

@ -7,8 +7,10 @@ steps:
environment:
SSH_KEY:
from_secret: abra_bot_deploy_key
DOCKER_PASS:
from_secret: docker_reg_passwd_3wc
commands:
- apk add --no-cache git openssh
- apk add --no-cache git openssh docker
- mkdir $HOME/.ssh/
- eval `ssh-agent`
- echo "$SSH_KEY" | ssh-add -
@ -16,7 +18,12 @@ steps:
- chmod -R go-rwx $HOME/.ssh
- mkdir /.abra/
- GIT_SSH_COMMAND="ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa'" git clone ssh://git@git.coopcloud.tech:2222/coop-cloud/recipes-catalogue-json.git /.abra/catalogue
- ls /.abra/catalogue
- docker login -u 3wordchant -p "$DOCKER_PASS" index.docker.io
- name: generate recipes.json
image: abra
command:
- catalogue generate
- name: notify on failure
image: plugins/matrix