And fix branch for pushing 😬
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-04 20:52:33 +01:00
parent 57b4b8e509
commit cdf3f7d638

View File

@ -40,7 +40,7 @@ steps:
- echo "$SSH_KEY" | ssh-add - - echo "$SSH_KEY" | ssh-add -
- ssh-keyscan -p 2222 -t rsa git.coopcloud.tech >> $HOME/.ssh/known_hosts - ssh-keyscan -p 2222 -t rsa git.coopcloud.tech >> $HOME/.ssh/known_hosts
- chmod -R go-rwx $HOME/.ssh - chmod -R go-rwx $HOME/.ssh
- "git commit -a -m 'Chore: regenerate gettext catalogue template' -m '[ci skip]' && git push" - "git commit -a -m 'Chore: regenerate gettext catalogue template' -m '[ci skip]' && git push -u origin $DRONE_COMMIT_BRANCH"
depends_on: depends_on:
- find updated translatable strings - find updated translatable strings