Skip to content

Commit fc7bebd

Browse files
committed
Use relative path
1 parent 49abd74 commit fc7bebd

File tree

1 file changed

+3
-4
lines changed
  • tools/ci_connector_ops/ci_connector_ops

1 file changed

+3
-4
lines changed

tools/ci_connector_ops/ci_connector_ops/utils.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313
import yaml
1414

1515
# ensure we are at the repository root
16-
os.chdir(os.path.dirname(os.path.abspath(__file__)))
17-
os.chdir('../../..')
16+
# os.chdir(os.path.dirname(os.path.abspath(__file__)))
17+
# os.chdir('../../..')
1818

1919
# print the current working directory
2020
print("Current working directory:")
2121
print(os.getcwd())
2222

23-
REPO_ROOT = "."
24-
23+
REPO_ROOT = "../../"
2524
AIRBYTE_REPO = git.Repo(REPO_ROOT)
2625
DIFFED_BRANCH = "origin/master"
2726
OSS_CATALOG_URL = "https://storage.googleapis.com/prod-airbyte-cloud-connector-metadata-service/oss_catalog.json"

0 commit comments

Comments
 (0)