mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
chore(ci): fix descriptions for testing DEB/APK packages (#2720)
This commit is contained in:
parent
ecb800aef7
commit
14e76dbde4
@ -162,7 +162,7 @@ tasks:
|
||||
Cmd: '{{.rpm}} goreleaser-*.armv7hl.rpm'
|
||||
|
||||
goreleaser:test:deb:
|
||||
desc: Tests rpm packages
|
||||
desc: Tests deb packages
|
||||
vars:
|
||||
dpkg: 'dpkg --ignore-depends=git -i'
|
||||
cmds:
|
||||
@ -188,7 +188,7 @@ tasks:
|
||||
Cmd: '{{.dpkg}} goreleaser*_armhf.deb'
|
||||
|
||||
goreleaser:test:apk:
|
||||
desc: Tests rpm packages
|
||||
desc: Tests apk packages
|
||||
vars:
|
||||
apk: 'apk add --allow-untrusted -U'
|
||||
cmds:
|
||||
|
Loading…
x
Reference in New Issue
Block a user