We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8283ada commit 3ac7557Copy full SHA for 3ac7557
1 file changed
.circleci/config.yml
@@ -137,6 +137,10 @@ jobs:
137
name: Make sure google-cloud setup.py is valid
138
command: |
139
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
144
- deploy:
145
name: Update the docs
146
command: nox -s docs
0 commit comments