Skip to content

Commit

Permalink
Adding install step for OpenSSH (for git).
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed May 22, 2017
1 parent 8283ada commit 3ac7557
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 @@ -137,6 +137,10 @@ jobs:
name: Make sure google-cloud setup.py is valid
command: |
nox -s lint_setup_py
- run:
name: Install openssh-client so we can clone git repos
command: |
apt-get -qq update; apt-get -y install git openssh-client
- deploy:
name: Update the docs
command: nox -s docs
Expand Down

0 comments on commit 3ac7557

Please sign in to comment.