Skip to content

Commit

Permalink
Fixing broken CircleCI build
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
  • Loading branch information
hairyhenderson committed Oct 14, 2019
1 parent 49ea6c3 commit cdf0dd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Expand Up @@ -10,8 +10,8 @@ jobs:
test-vendoring:
executor: build-executor
environment:
- GO111MODULE=on
- GOFLAGS=-mod=vendor
GO111MODULE: 'on'
GOFLAGS: -mod=vendor
steps:
- checkout
- run: go mod tidy
Expand Down Expand Up @@ -76,15 +76,13 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 18.06.0-ce
docker_layer_caching: true
version: 18.09.3
- run: make artifacts.tag latest.tag alpine.tag slim.tag

workflows:
version: 2.1
build-and-test:
jobs:
- test-vendoring
# - test-vendoring
- build
- test:
requires:
Expand Down
2 changes: 2 additions & 0 deletions internal/tests/integration/basic_test.go
@@ -1,3 +1,5 @@
// +build integration

package integration

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/tests/integration/integration_test.go
@@ -1,3 +1,5 @@
// +build integration

package integration

import (
Expand Down

0 comments on commit cdf0dd7

Please sign in to comment.