Skip to content

Commit 49abd74

Browse files
committed
Debug directory
1 parent e2db41e commit 49abd74

File tree

1 file changed

+7
-1
lines changed
  • tools/ci_connector_ops/ci_connector_ops

1 file changed

+7
-1
lines changed

tools/ci_connector_ops/ci_connector_ops/utils.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@
1616
os.chdir(os.path.dirname(os.path.abspath(__file__)))
1717
os.chdir('../../..')
1818

19-
AIRBYTE_REPO = git.Repo(".")
19+
# print the current working directory
20+
print("Current working directory:")
21+
print(os.getcwd())
22+
23+
REPO_ROOT = "."
24+
25+
AIRBYTE_REPO = git.Repo(REPO_ROOT)
2026
DIFFED_BRANCH = "origin/master"
2127
OSS_CATALOG_URL = "https://storage.googleapis.com/prod-airbyte-cloud-connector-metadata-service/oss_catalog.json"
2228
CONNECTOR_PATH_PREFIX = "airbyte-integrations/connectors"

0 commit comments

Comments
 (0)