Skip to content

Commit

Permalink
Try to fix docker builds...
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed May 21, 2020
1 parent 473f934 commit e0ddf5d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@ jobs:
working_directory: /home/circleci/.go_workspace/src/github.com/loadimpact/k6
steps:
- checkout
- setup_remote_docker:
version: 17.11.0-ce
- setup_remote_docker
- run:
name: Setup repo and docker
command: |
git submodule update --init
docker info
echo "{\"https://index.docker.io/v1/\":{\"auth\":\"$DOCKER_AUTH\",\"email\":\"$DOCKER_EMAIL\"}}" >~/.dockercfg
- run:
Expand Down

0 comments on commit e0ddf5d

Please sign in to comment.