From 92a0294f2f3a8e5da96f3923de54a3cfae8d2e7f Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 27 Aug 2025 11:31:05 -0400 Subject: [PATCH] Tweak Drone order, switch image for xgettext-go --- .drone.yml | 36 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/.drone.yml b/.drone.yml index f9b59b9b..46ddb5bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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