Commit cf667386 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Merge branch 'fix/ci' into 'main'

Feat: create a release on new tags (tpo/onion-services/onion-support#268) and...

See merge request tpo/community/onion-tex-slim!7
parents e663ed1b 6c791d01
Loading
Loading
Loading
Loading
+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
+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'