Skip to content

Commit

Permalink
Refs #21226: TODO DROP THIS - update eProsima CI tag to test action c…
Browse files Browse the repository at this point in the history
…hanges

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jul 26, 2024
1 parent 905e985 commit 6283f61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,31 +120,31 @@ jobs:

- name: Get Fast DDS branch
id: get_fastdds_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo
with:
remote_repository: eProsima/Fast-DDS
fallback_branch: ${{ inputs.fastdds-branch }}
skip_base: 'true'

- name: Get Fast CDR branch
id: get_fastcdr_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo
with:
remote_repository: eProsima/Fast-CDR
fallback_branch: ${{ inputs.fastcdr-branch }}
skip_base: 'true'

- name: Get Fast DDS Python branch
id: get_fastdds_python_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo
with:
remote_repository: eProsima/Fast-DDS-python
fallback_branch: ${{ inputs.fastdds-python-branch }}
skip_base: 'true'

- name: Get Discovery Server branch
id: get_discovery_server_branch
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@v0
uses: eProsima/eProsima-CI/ubuntu/get_related_branch_from_repo@hotfix/get_related_branch_from_repo
with:
remote_repository: eProsima/Discovery-Server
fallback_branch: ${{ inputs.discovery-server-branch }}
Expand Down

0 comments on commit 6283f61

Please sign in to comment.