mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
synced 2024-12-22 07:01:26 +00:00
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>
This commit is contained in:
parent
124b66396a
commit
9009038b17
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user