Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7c733b1b1..941ffd03f 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/github.com/gohugoio
docker:
- - image: bepsays/ci-goreleaser:0.79.0-2
+ - image: bepsays/ci-goreleaser:1.11-1
version: 2
jobs:
@@ -12,10 +12,9 @@ jobs:
path: hugo
- run:
command: |
- go get -d github.com/magefile/mage/...
+ env GO111MODULE=on go get github.com/magefile/mage
git clone git@github.com:gohugoio/hugoDocs.git
cd hugo
- mage vendor
mage check
- persist_to_workspace:
root: .