Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

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

See:

mozilla-services/megaphone@f81d556a415d
  • Loading branch information
pjenvey committed Jul 20, 2018
1 parent c1d96cb commit 8e435d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
- image: docker:18.03.1-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

0 comments on commit 8e435d2

Please sign in to comment.