Skip to content

Commit

Permalink
Fix packr2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Feb 27, 2019
1 parent 4c8120c commit b061d1d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ jobs:
docker:
-
image: circleci/node:11
environment:
GOFLAGS: -mod=readonly

steps:
- checkout
Expand Down Expand Up @@ -134,6 +132,8 @@ jobs:
docker:
-
image: circleci/golang:1.11
environment:
GOFLAGS: -mod=readonly

steps:
- checkout
Expand All @@ -156,6 +156,11 @@ jobs:
name: Bundle assets
command: make client-bundle

-
run:
name: Fix packr2 issue
command: sed -i internal/cli/command/form/form-packr.go -e "s|home/circleci/project|github.com/banzaicloud/banzai-cli|"

-
run:
name: Release
Expand Down

0 comments on commit b061d1d

Please sign in to comment.