diff options
author | Matt Kwong <mattkwong@google.com> | 2017-04-17 13:56:51 -0700 |
---|---|---|
committer | Matt Kwong <mattkwong@google.com> | 2017-05-08 13:52:45 -0700 |
commit | 52ff986f941561148407e72347b2725c3d084322 (patch) | |
tree | e09cc78c33fd4e24d5cf3aa038b9358b23953815 /templates/tools/dockerfile/gcp_api_libraries.include | |
parent | 06af233945e8349533ef1a1acddb863f35619a45 (diff) |
Add option to upload Jenkins test result to BQ
Diffstat (limited to 'templates/tools/dockerfile/gcp_api_libraries.include')
-rw-r--r-- | templates/tools/dockerfile/gcp_api_libraries.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/tools/dockerfile/gcp_api_libraries.include b/templates/tools/dockerfile/gcp_api_libraries.include index 669b0f887c..adecb92c15 100644 --- a/templates/tools/dockerfile/gcp_api_libraries.include +++ b/templates/tools/dockerfile/gcp_api_libraries.include @@ -1,4 +1,3 @@ # Google Cloud platform API libraries RUN apt-get update && apt-get install -y python-pip && apt-get clean RUN pip install --upgrade google-api-python-client - |