diff options
author | Ricardo N Feliciano <[email protected]> | 2018-09-22 21:34:51 -0400 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-09-23 18:50:26 +0200 |
commit | ef525b15d4584886b52428bd7a35de835ab07a48 (patch) | |
tree | a98b600317d5016aa2f269d83bba3c7185fe5950 | |
parent | f9168146978bd970d1f4fb061eff75264af88bb1 (diff) | |
download | hugo-ef525b15d4584886b52428bd7a35de835ab07a48.tar.gz hugo-ef525b15d4584886b52428bd7a35de835ab07a48.zip |
Build on CircleCI outside of GOPATH
Fixes #5135
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index eae7e6335..30ae14c0c 100644 --- 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 @@ jobs: <<: *defaults steps: - attach_workspace: - at: /go/src/github.com/gohugoio + at: /root/project - run: command: | cd hugo |