hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit ef525b15d4584886b52428bd7a35de835ab07a48
parent f9168146978bd970d1f4fb061eff75264af88bb1
Author: Ricardo N Feliciano <FelicianoTech@gmail.com>
Date:   Sat, 22 Sep 2018 21:34:51 -0400

Build on CircleCI outside of GOPATH

Fixes #5135

Diffstat:
M.circleci/config.yml | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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