Skip to content

Commit

Permalink
Merge pull request #1 from box/hakan
Browse files Browse the repository at this point in the history
Use the docker container from boxinc.
  • Loading branch information
ahakanbaba authored Jun 8, 2018
2 parents e674b72 + 3fbf8f8 commit 0a7ef9c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ defaults: &defaults
# This is the directory where circle ci checks out the repo.
working_directory: /home/circleci/project

dockerhub_creds: &dockerhub_creds
auth:
username: ahakanbaba
password: $DOCKERHUB_PASSWORD

container_env: &container_env
docker:
# TODO: Once we are ready to opensource this and to move github.com/box,
# start using boxinc's public images on hub.docker
- image: ahakanbaba/wavectl:centos7
<<: *dockerhub_creds
- image: boxinc/wavectl:centos7

version: 2
jobs:
Expand Down

0 comments on commit 0a7ef9c

Please sign in to comment.