Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit 75e1075

Browse files
committed
correcting ci
1 parent ae8987e commit 75e1075

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
environment: # environment variables for the build itself
1212
- IN_CONTAINER: true
13-
- GO111MODULE: on
13+
- GO111MODULE: "on"
1414
- GOCACHE: /tmp/go/cache
1515
- TEST_RESULTS: /tmp/test-results # path to where test results will be saved
1616

@@ -20,8 +20,6 @@ jobs:
2020
- run:
2121
name: download-dep
2222
command: |
23-
sudo apt-get update
24-
sudo apt-get install make
2523
make deps
2624
go get github.com/jstemmer/go-junit-report
2725
- run:

0 commit comments

Comments
 (0)