Skip to content

Commit fd27b9f

Browse files
committed
Refs #21114: TODO DROP - Check against Fast DDS branch
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent 8d3700f commit fd27b9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: eProsima/eProsima-CI/external/checkout@v0
131131
with:
132132
repository: eProsima/Fast-DDS
133-
ref: ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
133+
ref: 'mergify/bp/2.13.x/pr-5016'
134134
path: ${{ github.workspace }}/src/fastrtps
135135

136136
- name: Fetch Fast DDS dependencies

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def configure_doxyfile(
221221
fastdds.refs.__contains__('origin/{}'.format(fastdds_branch))):
222222
fastdds_branch = 'origin/{}'.format(fastdds_branch)
223223
else:
224-
fastdds_branch = 'origin/2.13.x'
224+
fastdds_branch = 'origin/mergify/bp/2.13.x/pr-5016'
225225
print(f'Fast DDS branch is not set by env var. Using "{fastdds_branch}"')
226226

227227
# Actual checkout

0 commit comments

Comments
 (0)