@cryptotaxi247 / kubo / commits / 9cc349a5b

remove unneeded GOPATH and GO111MODULE from CircleCI config

Marten Seemann committed May 14, 2021 at 17:19 UTC 9cc349a5b4f363a4935a8e9328d833f8612665e8
1 file changed -4
.circleci/config.yml
-4
@@ -37,10 +37,8 @@ executors:
37 working_directory: ~/ipfs/go-ipfs
38 environment:
39 <<: *default_environment
40 - GO111MODULE: "on"
40 TEST_NO_DOCKER: 1
41 TEST_NO_FUSE: 1
43 - GOPATH: /home/circleci/go
42 TEST_VERBOSE: 1
43 node:
44 docker:
@@ -123,10 +121,8 @@ jobs:
121 working_directory: ~/ipfs/go-ipfs
122 environment:
123 <<: *default_environment
126 - GO111MODULE: "on"
124 TEST_NO_DOCKER: 1
125 TEST_NO_FUSE: 1
129 - GOPATH: /home/circleci/go
126 TEST_VERBOSE: 1
127 steps:
128 - run: sudo apt update