Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
release 0.37.1 with whitelisted test (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Sep 24, 2019
1 parent db2ec91 commit 8c6583d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH 47bd0c2ba33c28dd624a65dad382e02bb61d1618
ENV GAPIC_GENERATOR_HASH dbc6b7409f9330eca91bd401169e97fe301a35e4
# Define version number below. The ARTMAN_VERSION line is parsed by
# .circleci/config.yml and setup.py, please keep the format.
ENV ARTMAN_VERSION 0.37.0
ENV ARTMAN_VERSION 0.37.1

ENV DEBIAN_FRONTEND noninteractive

Expand Down
3 changes: 3 additions & 0 deletions test/smoketest_artman.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
'java_grpc@google/artman_logging_external_types.yaml',
'java_grpc@google/appengine/artman_appengine.yaml',
'java_gapic@google/cloud/dialogflow/v2beta1/artman_dialogflow_v2beta1_java.yaml',

# whitelisted for no HTTP annotations
'php_gapic@google/devtools/cloudbuild/artman_cloudbuild',
]

logger = logging.getLogger('smoketest')
Expand Down

0 comments on commit 8c6583d

Please sign in to comment.