Skip to content

Commit

Permalink
Merge branch 'alatiera/more-tests' into 'main'
Browse files Browse the repository at this point in the history
ci: Update for the new release-service component

See merge request GNOME/pango!789
  • Loading branch information
Matthias Clasen committed Dec 10, 2024
2 parents c04d790 + 4aed3dd commit dedb80e
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include:
- project: 'Infrastructure/gnome-release-service-ci-templates'
file: 'release-module.yml'
- component: gitlab.gnome.org/GNOME/citemplates/release-service@master
inputs:
dist-job-name: "linux-fedora"
tarball-artifact-path: "_build/meson-dist/$CI_PROJECT_NAME-$CI_COMMIT_TAG.tar.xz"

stages:
- build
Expand Down Expand Up @@ -194,15 +196,3 @@ pages:
- public
only:
- main


release-dist:
stage: release
needs:
- job: "linux-fedora"
artifacts: true
variables:
TARBALL_ARTIFACT_PATH: _build/meson-dist/$CI_PROJECT_NAME-$CI_COMMIT_TAG.tar.xz
extends: .release-module
rules:
- if: $CI_COMMIT_TAG

0 comments on commit dedb80e

Please sign in to comment.