Skip to content

Commit

Permalink
chore: install openssh-client git & git on docker-in-docker
Browse files Browse the repository at this point in the history
circleci's fallback git's doing odd things on tag builds

also upgrade to latest docker
  • Loading branch information
pjenvey committed Apr 6, 2018
1 parent 697746c commit f81d556
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ version: 2
jobs:
build:
docker:
- image: docker:17.12.1-ce
- image: docker:18.03.0-ce
working_directory: /dockerflow
steps:
- run:
name: Install Docker build dependencies
command: apk add --no-cache openssh-client git

- checkout
- setup_remote_docker

Expand Down Expand Up @@ -42,7 +46,7 @@ jobs:

deploy:
docker:
- image: docker:17.12.1-ce
- image: docker:18.03.0-ce
steps:
- setup_remote_docker
- restore_cache:
Expand Down

0 comments on commit f81d556

Please sign in to comment.