Skip to content
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

airbyte-ci: fix add changelog entry in up-to-date #47189

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented Oct 21, 2024

What

up-do-date exports docs update back to a wrong path following a refacto I made.
Fixing it.

Copy link

vercel bot commented Oct 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Oct 21, 2024 4:51pm

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @alafanechere and the rest of your teammates on Graphite Graphite

@alafanechere alafanechere force-pushed the augustin/10-21-airbyte-ci_fix_add_changelog_entry_in_up-to-date branch from c4c2e4f to fd87f67 Compare October 21, 2024 16:49
@alafanechere alafanechere force-pushed the augustin/10-21-airbyte-ci_fix_add_changelog_entry_in_up-to-date branch from fd87f67 to dcebd41 Compare October 21, 2024 16:50
Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's try this!

@@ -164,7 +164,9 @@ async def run_connector_up_to_date_pipeline(
step_results.append(add_changelog_entry_result)
if add_changelog_entry_result.success:
# File path modified by the changelog entry step are relative to the repo root
exported_modified_files = await add_changelog_entry.export_modified_files(Path("."))
exported_modified_files = await add_changelog_entry.export_modified_files(
context.connector.local_connector_documentation_directory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wooops.

@alafanechere alafanechere marked this pull request as ready for review October 21, 2024 18:02
@alafanechere alafanechere requested a review from a team as a code owner October 21, 2024 18:02
@alafanechere alafanechere merged commit aefcd6e into master Oct 21, 2024
40 checks passed
@alafanechere alafanechere deleted the augustin/10-21-airbyte-ci_fix_add_changelog_entry_in_up-to-date branch October 21, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants