Skip to content

Commit

Permalink
bug(registry): fix docs upload (#45672)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchrch authored Sep 19, 2024
1 parent 12b21d3 commit dac4539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions airbyte-ci/connectors/pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ airbyte-ci connectors --language=low-code migrate-to-manifest-only

| Version | PR | Description |
| ------- | ---------------------------------------------------------- |------------------------------------------------------------------------------------------------------------------------------|
| 4.35.5 | [#45672](https://github.com/airbytehq/airbyte/pull/45672) | Fix docs mount during publish |
| 4.35.4 | [#42584](https://github.com/airbytehq/airbyte/pull/42584) | Mount connector directory to metadata validation |
| 4.35.3 | [#45393](https://github.com/airbytehq/airbyte/pull/45393) | Resolve symlinks in `SimpleDockerStep`. |
| 4.35.2 | [#45360](https://github.com/airbytehq/airbyte/pull/45360) | Updated dependencies. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def __init__(
context=context,
paths_to_mount=[
MountPath(GIT_DIRECTORY_ROOT_PATH),
MountPath(DOCS_DIRECTORY_ROOT_PATH),
MountPath(context.connector.code_directory),
],
internal_tools=[
Expand Down
2 changes: 1 addition & 1 deletion airbyte-ci/connectors/pipelines/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pipelines"
version = "4.35.4"
version = "4.35.5"
description = "Packaged maintained by the connector operations team to perform CI for connectors' pipelines"
authors = ["Airbyte <contact@airbyte.io>"]

Expand Down

0 comments on commit dac4539

Please sign in to comment.