Risky git commit step for catalogue template
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
11
.drone.yml
11
.drone.yml
@ -27,6 +27,17 @@ steps:
|
|||||||
when:
|
when:
|
||||||
event: [push]
|
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
|
- name: fetch
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
|
Reference in New Issue
Block a user