We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49abd74 commit fc7bebdCopy full SHA for fc7bebd
tools/ci_connector_ops/ci_connector_ops/utils.py
@@ -13,15 +13,14 @@
13
import yaml
14
15
# ensure we are at the repository root
16
-os.chdir(os.path.dirname(os.path.abspath(__file__)))
17
-os.chdir('../../..')
+# os.chdir(os.path.dirname(os.path.abspath(__file__)))
+# os.chdir('../../..')
18
19
# print the current working directory
20
print("Current working directory:")
21
print(os.getcwd())
22
23
-REPO_ROOT = "."
24
-
+REPO_ROOT = "../../"
25
AIRBYTE_REPO = git.Repo(REPO_ROOT)
26
DIFFED_BRANCH = "origin/master"
27
OSS_CATALOG_URL = "https://storage.googleapis.com/prod-airbyte-cloud-connector-metadata-service/oss_catalog.json"
0 commit comments