fix: moved packr2 installation to CircleCI steps
This commit is contained in:
parent
02851fb477
commit
97718aedd7
2 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.12
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
- run: GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
|
||||||
- run: curl -sL https://git.io/goreleaser | bash
|
- run: curl -sL https://git.io/goreleaser | bash
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
|
|
@ -5,7 +5,6 @@ before:
|
||||||
- ./download_revealjs.sh
|
- ./download_revealjs.sh
|
||||||
- go mod download
|
- go mod download
|
||||||
- go build -v ./...
|
- go build -v ./...
|
||||||
- GO111MODULE=off go get -u github.com/gobuffalo/packr/v2/packr2
|
|
||||||
- packr2
|
- packr2
|
||||||
builds:
|
builds:
|
||||||
- main: ./cmd/goveal/main.go
|
- main: ./cmd/goveal/main.go
|
||||||
|
|
Loading…
Reference in a new issue