Install Git first.

Hopefully this allows CircleCI to use the real Git client to check out
the source.
This commit is contained in:
Jean-Paul Calderone 2018-06-08 16:07:41 -04:00
parent 20cf504973
commit d8d83478c8

View File

@ -28,12 +28,17 @@ jobs:
- image: "debian:8"
steps:
- run:
node: "Install Git"
command: |
apt-get --quiet update
apt-get --quiet --yes install git
- "checkout"
- run:
name: "Bootstrap test environment"
command: |
apt-get --quiet update
apt-get --quiet --yes install \
build-essential \
python2.7 \