xgettext-go diff check breaks release step #663

Closed
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
decentral1se added this to the Abra "next" project 2025-09-28 22:55:23 +00:00
decentral1se moved this to Prioritised in Abra "next" on 2025-09-29 06:57:54 +00:00
decentral1se added spent time 10 minutes 2025-10-01 10:21:00 +00:00
decentral1se moved this to In Progress in Abra "next" on 2025-10-01 10:21:15 +00:00
decentral1se moved this to Done in Abra "next" on 2025-10-01 10:21:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 10 minutes
decentral1se
10 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#663
No description provided.