All checks were successful
continuous-integration/drone/push Build is passing
drone-xgettext-go
Use xgettext-go
as a Drone plugin.
!!! warning "Caution!" This is currently configured very specifically for use with Co-op Cloud abra. More customisability Coming Soon™, see #1
Settings
Optional
- in: (default:
/drone/src
) The source directory to scan for source files - out: (default:
/drone/src/locales/default.pot
) The target directory in which to create apot
file.
Example
---
kind: pipeline
name: Update Gettext catalog template
steps:
- name: Run xgettext-go
image: git.coopcloud.tech/toolshed/drone-xgettext-go
Publishing
The version can be bumped in the .drone.yml file. We're sticking with latest
as we iterate on the code right now.
If you push a commit to master, the Drone config will publish to git.coopcloud.tech
.
Description
Languages
Shell
44.9%
Dockerfile
29.8%
Makefile
25.3%