mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Install Git first.
Hopefully this allows CircleCI to use the real Git client to check out the source.
This commit is contained in:
parent
20cf504973
commit
d8d83478c8
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user