mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 13:17:37 +00:00
bc5a6c144c
* feat(ci): add no_upload_srpms label This also fixes manual builds to support subrepos properly. * to make sure it actually works * manually set permissions
10 lines
109 B
HCL
10 lines
109 B
HCL
project pkg {
|
|
arches = ["x86_64"]
|
|
rpm {
|
|
spec = "nerd-fonts.spec"
|
|
}
|
|
labels {
|
|
no_upload_srpms = 1
|
|
}
|
|
}
|