summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2022-02-07 14:09:13 +0100
committerMarge Bot <marge-bot@gnome.org>2022-02-12 12:29:52 +0000
commit3973c84e97854a791a6d4ba5e3cfe173cfbbdc8c (patch)
treef66e067e800d6bdc089c8b5462de331dfa84aa90 /.gitlab-ci.yml
parent615155f424aeedb507e61c1a11878e34f5c42b9c (diff)
downloadgnome-shell-3973c84e97854a791a6d4ba5e3cfe173cfbbdc8c.tar.gz
ci: Stop prohibiting template strings in files with translations
It has been nearly two years since the last regression reported in https://savannah.gnu.org/bugs/?func=detailitem&item_id=50920 has been fixed, and no further regressions were reported in the meantime. It looks therefore safe enough to not restrict ourselves, and start allowing templates for all non-translatable strings again. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2160>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25d44827f..e0b6bcd0e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,14 +182,6 @@ potfile_js_check:
script:
- js91 -m .gitlab-ci/check-potfiles.js
-no_template_check:
- extends:
- - .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
- stage: review
- script:
- - ./.gitlab-ci/check-template-strings.sh
-
build:
stage: build
needs: ["check_commit_log"]