Skip to content

Commit

Permalink
Refs #21114: TODO DROP - Check against Fast DDS branch
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 3, 2024
1 parent 8d3700f commit fd27b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
uses: eProsima/eProsima-CI/external/checkout@v0
with:
repository: eProsima/Fast-DDS
ref: ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
ref: 'mergify/bp/2.13.x/pr-5016'
path: ${{ github.workspace }}/src/fastrtps

- name: Fetch Fast DDS dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def configure_doxyfile(
fastdds.refs.__contains__('origin/{}'.format(fastdds_branch))):
fastdds_branch = 'origin/{}'.format(fastdds_branch)
else:
fastdds_branch = 'origin/2.13.x'
fastdds_branch = 'origin/mergify/bp/2.13.x/pr-5016'
print(f'Fast DDS branch is not set by env var. Using "{fastdds_branch}"')

# Actual checkout
Expand Down

0 comments on commit fd27b9f

Please sign in to comment.