Loading .gitlab-ci-onion-tex-slim.yml +1 −1 Original line number Diff line number Diff line slides: image: debian:bookworm image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt-get update - apt-get install -y git Loading .gitlab-ci.yml +12 −0 Original line number Diff line number Diff line --- include: - local: '.gitlab-ci-onion-tex-slim.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-onion-tex-slim.yml +1 −1 Original line number Diff line number Diff line slides: image: debian:bookworm image: containers.torproject.org/tpo/tpa/base-images/debian:stable script: - apt-get update - apt-get install -y git Loading
.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line --- include: - local: '.gitlab-ci-onion-tex-slim.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'