Skip to content

Commit

Permalink
update travis and debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
samwachspress committed Apr 26, 2021
1 parent e764a36 commit c4d39f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
install:
- openssl aes-256-cbc -K $encrypted_86f5a1ab1ccf_key -iv $encrypted_86f5a1ab1ccf_iv -in env_config.zip.enc -out env_config.zip -d
- unzip -qo env_config.zip
- export VERSION_NUM=9-9-9-9
- export VERSION_NUM=9-9-9-0
- export APP_CONFIG=development
- export CLOUD_CONFIG=1
- if [ "${TRAVIS_BRANCH}" != "master" ]; then export APP_CONFIG=development; fi;
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
try:
import googleclouddebugger
googleclouddebugger.enable(
breakpoint_enable_canary=False,
breakpoint_enable_canary=True,
service_account_json_file='env_config/client-secret.json')
except ImportError:
pass
Expand Down

0 comments on commit c4d39f5

Please sign in to comment.