Skip to content

Commit

Permalink
Merge pull request cdapio#244 from Vipinofficial11/testBQ
Browse files Browse the repository at this point in the history
Fix directory issue while uploading MySQl driver.
  • Loading branch information
GnsP authored Jan 18, 2024
2 parents f45aac1 + d941c0e commit 73d2049
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 73d2049

Please sign in to comment.