Skip to content

Commit

Permalink
Update submodules when cloning Fast DDS on CI (#5558)
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
(cherry picked from commit 490e80b)

# Conflicts:
#	.github/workflows/reusable-mac-ci.yml
#	.github/workflows/reusable-sanitizers-ci.yml
#	.github/workflows/reusable-ubuntu-ci.yml
  • Loading branch information
MiguelCompany authored and mergify[bot] committed Jan 13, 2025
1 parent b1e4707 commit 5fce6f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ jobs:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
<<<<<<< HEAD
path: src/fastrtps
=======
path: src/fastdds
submodules: true
>>>>>>> 490e80b0 (Update submodules when cloning Fast DDS on CI (#5558))
ref: ${{ inputs.fastdds-branch }}

- uses: eProsima/eProsima-CI/external/setup-python@v0
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/reusable-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
<<<<<<< HEAD
path: src/fastrtps
=======
path: src/fastdds
submodules: true
>>>>>>> 490e80b0 (Update submodules when cloning Fast DDS on CI (#5558))
ref: ${{ inputs.fastdds_ref }}

- name: Install Fix Python version
Expand Down Expand Up @@ -337,7 +342,12 @@ jobs:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
<<<<<<< HEAD
path: src/fastrtps
=======
path: src/fastdds
submodules: true
>>>>>>> 490e80b0 (Update submodules when cloning Fast DDS on CI (#5558))
ref: ${{ inputs.fastdds_ref }}

- name: Install Fix Python version
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,12 @@ jobs:
- name: Sync eProsima/Fast-DDS repository
uses: eProsima/eProsima-CI/external/checkout@v0
with:
<<<<<<< HEAD
path: src/fastrtps
=======
path: src/fastdds
submodules: true
>>>>>>> 490e80b0 (Update submodules when cloning Fast DDS on CI (#5558))
ref: ${{ inputs.fastdds-branch }}

- name: Install Fix Python version
Expand Down

0 comments on commit 5fce6f1

Please sign in to comment.