fix: moved packr2 installation to CircleCI steps

This commit is contained in:
Peter 2019-05-16 10:12:14 +02:00
parent 02851fb477
commit 97718aedd7
Signed by: prskr
GPG key ID: C1DB5D2E8DB512F9
2 changed files with 1 additions and 1 deletions

View file

@ -11,6 +11,7 @@ jobs:
- image: circleci/golang:1.12
steps:
- checkout
- run: GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
- run: curl -sL https://git.io/goreleaser | bash
workflows:
version: 2

View file

@ -5,7 +5,6 @@ before:
- ./download_revealjs.sh
- go mod download
- go build -v ./...
- GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
- packr2
builds:
- main: ./cmd/goveal/main.go