From: Mario Limonciello Date: Wed, 15 Nov 2023 19:54:43 +0000 (-0600) Subject: Enable deb and rpm builds on tags X-Git-Tag: 20231211~27^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9009038b176d3e0caea6f1c4df21ffd953daf81a;p=mirror_linux-firmware.git Enable deb and rpm builds on tags Since we're not using an automatic tagging pipeline we should instead create the deb and rpm builds when externally created tags come through CI. Signed-off-by: Mario Limonciello --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 362293bd..51852cdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ deb-release: - if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME when: never - if: $RELEASE_TOKEN + - if: $CI_COMMIT_TAG artifacts: paths: - dist/* @@ -45,6 +46,7 @@ rpm-release: - if: $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME when: never - if: $RELEASE_TOKEN + - if: $CI_COMMIT_TAG artifacts: paths: - dist/*