Tweak Drone order, switch image for xgettext-go

This commit is contained in:
3wc
2025-08-27 11:31:05 -04:00
committed by 3wordchant
parent f79775d726
commit 92a0294f2f

View File

@ -7,6 +7,23 @@ steps:
commands:
- make check
- name: xgettext-go
image: git.coopcloud.tech/toolshed/drone-xgettext-go:latest
settings:
keyword: i18n.G
out: pkg/i18n/locales/abra.pot
depends_on:
- make check
- name: xgettext-go status
image: golang:1.26.0-alpine3.22
commands:
- apk add patchutils git make
- cd /drone/src
- make update-pot-po-metadata check-pot-changes
depends_on:
- xgettext-go
- name: make test
image: golang:1.24
environment:
@ -19,23 +36,6 @@ steps:
depends_on:
- make check
- name: xgettext-go
image: git.coopcloud.tech/toolshed/drone-xgettext-go:latest
settings:
keyword: i18n.G
out: pkg/i18n/locales/abra.pot
depends_on:
- make test
- name: xgettext-go status
image: alpine:3.22
commands:
- apk add patchutils git make
- cd /drone/src
- make update-pot-po-metadata check-pot-changes
depends_on:
- xgettext-go
- name: fetch
image: docker:git
commands:
@ -43,7 +43,6 @@ steps:
depends_on:
- make check
- make test
- xgettext-go status
when:
event: tag
@ -78,7 +77,6 @@ steps:
depends_on:
- make check
- make test
- xgettext-go status
- name: on-demand integration test
image: appleboy/drone-ssh