xgettext-go diff check breaks release step #663

Open
opened 2025-09-10 20:14:32 +00:00 by decentral1se · 0 comments
Owner

.drone.yml Lines 19 to 29 in 1c4abcf12f
- name: xgettext-go status
image: golang:1.24-alpine3.22
commands:
- apk add patchutils git make
- cd /drone/src
- sed -i "s/charset=CHARSET/charset=UTF-8/g" pkg/i18n/locales/*.pot
- git diff pkg/i18n/locales/abra.pot | grepdiff --output-matching=hunk POT-Creation-Date | git apply --reverse --allow-empty
- git diff
- git diff-files --exit-code
depends_on:
- xgettext-go

Leads to https://build.coopcloud.tech/toolshed/abra/3260/1/7

The lingering diff needs to be reset somehow.

https://git.coopcloud.tech/toolshed/abra/src/commit/1c4abcf12fb60decb4d5399e2e24db6a9c0ba03e/.drone.yml#L19-L29 Leads to https://build.coopcloud.tech/toolshed/abra/3260/1/7 The lingering diff needs to be reset somehow.
decentral1se added the
ci/cd
release
labels 2025-09-10 20:14:32 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#663
No description provided.