]> git.proxmox.com Git - mirror_linux-firmware.git/commitdiff
Enable deb and rpm builds on tags
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 15 Nov 2023 19:54:43 +0000 (13:54 -0600)
committerMario Limonciello <mario.limonciello@amd.com>
Wed, 15 Nov 2023 19:54:43 +0000 (13:54 -0600)
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 <mario.limonciello@amd.com>
.gitlab-ci.yml

index 362293bddace8f52c017949ed6b513dcf04ae640..51852cdc33019162b632cf9c167f32b3c2edd5e5 100644 (file)
@@ -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/*