Skip to content

Commit

Permalink
make the build green on this branch, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
ndintenfass authored and marcomorain committed Jun 26, 2018
1 parent 7ba4863 commit f980f35
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,13 @@ jobs:
paths: [/go/bin/*]

# Build a docker image
docker:
build-docker:
docker:
- image: circleci/golang:1.10.3
steps:
steps:
- checkout
- setup_remote_docker
- run: make
- run:


deploy:
working_directory: /go/src/github.com/circleci/circleci-cli
Expand Down

0 comments on commit f980f35

Please sign in to comment.