ci: install snapcraft before goreleaser

This commit is contained in:
Dawid Dziurla 2019-07-04 17:22:09 +02:00
parent bdf53fa911
commit 8ecb872c1d
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -42,6 +42,10 @@ jobs:
working_directory: /go/src/github.com/jesseduffield/lazydocker
steps:
- checkout
- run:
name: Install snapcraft
command: |
./.circleci/install_snapcraft.sh
- run:
name: Run gorelease
command: |