Loading .gitlab-ci-l10n.yml +1 −1 Original line number Diff line number Diff line l10n: image: debian:bookworm image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - scripts/l10n-for-markdown-provision - make l10n-for-markdown-update-locales .gitlab-ci.yml +12 −0 Original line number Diff line number Diff line --- include: - local: '.gitlab-ci-l10n.yml' release: image: registry.gitlab.com/gitlab-org/release-cli:latest stage: .post rules: # Run this job when a tag is created - if: $CI_COMMIT_TAG script: - echo "Running release_job..." release: tag_name: '$CI_COMMIT_TAG' description: '$CI_COMMIT_TAG' Loading
.gitlab-ci-l10n.yml +1 −1 Original line number Diff line number Diff line l10n: image: debian:bookworm image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - scripts/l10n-for-markdown-provision - make l10n-for-markdown-update-locales
.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line --- include: - local: '.gitlab-ci-l10n.yml' release: image: registry.gitlab.com/gitlab-org/release-cli:latest stage: .post rules: # Run this job when a tag is created - if: $CI_COMMIT_TAG script: - echo "Running release_job..." release: tag_name: '$CI_COMMIT_TAG' description: '$CI_COMMIT_TAG'