mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
ci: install snapcraft before goreleaser
This commit is contained in:
parent
bdf53fa911
commit
8ecb872c1d
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ jobs:
|
||||||
working_directory: /go/src/github.com/jesseduffield/lazydocker
|
working_directory: /go/src/github.com/jesseduffield/lazydocker
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run:
|
||||||
|
name: Install snapcraft
|
||||||
|
command: |
|
||||||
|
./.circleci/install_snapcraft.sh
|
||||||
- run:
|
- run:
|
||||||
name: Run gorelease
|
name: Run gorelease
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue