-
Notifications
You must be signed in to change notification settings - Fork 4.5k
airbyte-ci: add and adopt AIRBYTE_GITHUB_REPO env var #41642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
6209114
to
ae88e8a
Compare
ae88e8a
to
34bc0f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -50,7 +52,7 @@ def should_run(self) -> bool: | |||
|
|||
@property | |||
def github_master_metadata_url(self) -> str: | |||
return f"{self.GITHUB_URL_PREFIX_FOR_CONNECTORS}/{self.context.connector.technical_name}/{METADATA_FILE_NAME}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💎 This makes me happy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This -> The removal of self
What
This env var makes it possible to run airbyte-ci for a repo that's not airbytehq/airbyte.
How
Replaces all hardcoded instances of "airbytehq/airbyte".
User Impact
None
Can this PR be safely reverted and rolled back?