diff options
| author | kwadronaut <kwadronaut@autistici.org> | 2026-03-04 14:35:11 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-03-16 11:50:00 +0000 |
| commit | 19f4e503c703f9b48b255c31e9fb160903c67953 (patch) | |
| tree | 56911dea7fbc32a0a104e5bcc674e4f48c26368e | |
| parent | 7d1ffc47aca2948859401fae108ccb43ed868783 (diff) | |
only update strings when app builds .post
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8a629b7..2a56922c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -97,7 +97,7 @@ screenshot: allow_failure: true sync-source-strings-to-l10n: - stage: .pre + stage: .post image: name: alpine/git entrypoint: [""] |
