Risky git commit step for catalogue template
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
3wc
2025-08-04 20:32:51 +01:00
parent f53911f442
commit 41cb05ccbd

View File

@ -27,6 +27,17 @@ steps:
when:
event: [push]
- name: commit catalogue template changes
image: debian:bookworm
environment:
SSH_KEY:
from_secret: abra_bot_deploy_key
GIT_SSH_COMMAND: "ssh -o 'PubkeyAcceptedKeyTypes +ssh-rsa'"
commands:
- "git commit -a -m 'Chore: regenerate gettext catalogue template' -m '[ci skip]' && git push"
depends_on:
- find updated translatable strings
- name: fetch
image: docker:git
commands: