Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jash Parekh committed Dec 18, 2021
1 parent fe1cc3c commit 0f66605
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:
jobs:
deploy_schemas:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10" ]
name: Deploy schemas to BigQuery
steps:
# To use this repository's private action,
Expand Down
1 change: 0 additions & 1 deletion plugin_scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def _deploy():


def main():
print('hi')
_validate_env_variables()
if _validate_if_path_exists():
_deploy()
Expand Down

0 comments on commit 0f66605

Please sign in to comment.