Skip to content

Commit 3ac7557

Browse files
committed
Adding install step for OpenSSH (for git).
1 parent 8283ada commit 3ac7557

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ jobs:
137137
name: Make sure google-cloud setup.py is valid
138138
command: |
139139
nox -s lint_setup_py
140+
- run:
141+
name: Install openssh-client so we can clone git repos
142+
command: |
143+
apt-get -qq update; apt-get -y install git openssh-client
140144
- deploy:
141145
name: Update the docs
142146
command: nox -s docs

0 commit comments

Comments
 (0)