ref: ef525b15d4584886b52428bd7a35de835ab07a48
parent: f9168146978bd970d1f4fb061eff75264af88bb1
author: Ricardo N Feliciano <[email protected]>
date: Sat Sep 22 17:34:51 EDT 2018
Build on CircleCI outside of GOPATH Fixes #5135
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,9 +1,7 @@
defaults: &defaults
- working_directory: /go/src/github.com/gohugoio
docker:
- image: bepsays/ci-goreleaser:1.11-2
environment:
- GO111MODULE: "on"
CGO_ENABLED: "0"
version: 2
@@ -27,7 +25,7 @@
<<: *defaults
steps:
- attach_workspace:
- at: /go/src/github.com/gohugoio
+ at: /root/project
- run:
command: |
cd hugo