Skip to content

Commit

Permalink
Fix directory issue while uploading MySQl driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Jan 18, 2024
1 parent f45aac1 commit d941c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/scripts/run_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ def upload_drivers(module_to_build):
if submodule:
desired_module = submodule.group(0)
if desired_module == 'bigquerymultitable':
os.chdir("../../..")
print("Uploading MySql Driver..")
print("Uploading MySql Driver.")
upload_drivers('mysql-plugin')

print("cwd:", os.getcwd())
Expand Down

0 comments on commit d941c0e

Please sign in to comment.