diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6042bdaa..a9e565aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ include: - component: "gitlab.gnome.org/GNOME/citemplates/release-service@master" inputs: dist-job-name: "dist" - tarball-artifact-path: "libxml2-dist/libxml2-2.15.0.tar.xz" + tarball-artifact-path: "${TARBALL_ARTIFACT_PATH}" .test: image: registry.gitlab.gnome.org/gnome/libxml2 @@ -300,9 +300,12 @@ dist: image: registry.gitlab.gnome.org/gnome/libxml2 script: - sh .gitlab-ci/dist.sh + - echo "TARBALL_ARTIFACT_PATH=$(ls libxml2-dist/*.tar.xz)" >> build.env artifacts: paths: - libxml2-dist/*.tar.xz + reports: + dotenv: build.env pages: script: diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 952d4300..9aa75f6f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -52,9 +52,6 @@ You can get started by running Update the version number in `VERSION` if you haven't done so already. -IMPORTANT: Update the version number of `tarball-artifact-path` in -`.gitlab-ci.yml`. This must be done manually for now. - ### Commit and verify tarball Release tarballs are generated with a CI job and the `.gitlab-ci/dist.sh`