1
0
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:
Vincent Bernat 2021-12-02 21:55:11 +01:00 committed by GitHub
parent ecb800aef7
commit 14e76dbde4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: