Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo committed May 8, 2020
1 parent 5189de8 commit 17ee451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/api/v3/alerts-client/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Temporary set BUILD_SPECIFIC_GCLOUD_PROJECT in this file.
kokoro_job_name = os.environ.get('KOKORO_JOB_NAME')
if 'python3.7' in: kokoro_job_name:
if kokoro_job_name and 'python3.7' in kokoro_job_name:
os.environ['BUILD_SPECIFIC_GCLOUD_PROJECT'] = 'tmatsuo-test'
else:
os.environ['BUILD_SPECIFIC_GCLOUD_PROJECT'] = os.environ['GCLOUD_PROJECT']
Expand Down

0 comments on commit 17ee451

Please sign in to comment.