commit 470d20f582cdeb8ce778527fc65aaa7a3ac26571 Author: emma peel emma.peel@riseup.net Date: Thu Feb 3 11:27:43 2022 +0000
add previews. ref: tpo/community/l10n#40049 --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbb08023d3..25b885a4e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ -variables: +variables: TRANSLATION_BRANCH : "gettor-website-contentspot" - -include: - project: tpo/community/l10n - file: ci-templates/lektor-with-more-langs.yml + LEKTOR_PROJECT: tpo/web/gettor-web + +include: + - project: tpo/tpa/ci-templates + file: lektor-l10n-staging-trigger.yml