aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Limonciello <mario.limonciello@amd.com>2023-11-15 13:54:43 -0600
committerMario Limonciello <mario.limonciello@amd.com>2023-11-15 13:54:43 -0600
commit9009038b176d3e0caea6f1c4df21ffd953daf81a (patch)
tree2fb8138aa4331ac6cb99e1bc0297861103c1999c
parent124b66396ac7a6dce724d04ac7b3bcef1db1d551 (diff)
downloadlinux-firmware-9009038b176d3e0caea6f1c4df21ffd953daf81a.tar.gz
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 <mario.limonciello@amd.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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/*