Skip to content

Commit

Permalink
Set fallback branch for get_related_branch_from_repo correctly (#4816) (
Browse files Browse the repository at this point in the history
#4846)

* Set fallback branch for get_related_branch_from_repo correctly (#4816)

Signed-off-by: eduponz <eduardoponz@eprosima.com>
(cherry picked from commit e317234)

# Conflicts:
#	.github/workflows/reusable-ubuntu-ci.yml

* Fix conflicts

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

---------

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
Co-authored-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
3 people authored May 24, 2024
1 parent 31a248f commit 005f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
with:
remote_repository: eProsima/ShapesDemo
fallback_branch: ${{ inputs.fastdds-branch || '2.10.x' }}
fallback_branch: '2.10.x'

- name: Download Shapes Demo repo
uses: eProsima/eProsima-CI/external/checkout@v0
Expand Down

0 comments on commit 005f5ae

Please sign in to comment.