@@ -126,18 +126,17 @@ jobs:
126
126
remote_repository : eProsima/Fast-DDS
127
127
fallback_branch : ${{ inputs.fastdds-branch }}
128
128
129
- - name : Obtain Fast DDS dependencies
130
- uses : eProsima/eProsima-CI/multiplatform/get_file_from_repo @v0
129
+ - name : Obtain deduced Fast DDS repository content
130
+ uses : eProsima/eProsima-CI/external/checkout @v0
131
131
with :
132
- source_repository_branch : ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
133
- source_repository : eProsima/Fast-DDS
134
- file_name : fastrtps.repos
135
- file_result : ${{ github.workspace }}/fastrtps.repos
132
+ repository : eProsima/Fast-DDS
133
+ ref : ${{ steps.get_fastdds_branch.outputs.deduced_branch }}
134
+ path : ${{ github.workspace }}/src/fastrtps
136
135
137
136
- name : Fetch Fast DDS dependencies
138
137
uses : eProsima/eProsima-CI/multiplatform/vcs_import@v0
139
138
with :
140
- vcs_repos_file : ${{ github.workspace }}/fastrtps.repos
139
+ vcs_repos_file : ${{ github.workspace }}/src/fastrtps/ fastrtps.repos
141
140
destination_workspace : src
142
141
skip_existing : ' true'
143
142
@@ -148,12 +147,12 @@ jobs:
148
147
remote_repository : eProsima/Fast-DDS-python
149
148
fallback_branch : ${{ inputs.fastdds-python-branch }}
150
149
151
- - name : Obtain Fast DDS Python dependencies
150
+ - name : Obtain deduced Fast DDS Python repository content
152
151
uses : eProsima/eProsima-CI/external/checkout@v0
153
152
with :
154
- path : src/fastdds_python
155
153
repository : eProsima/Fast-DDS-python
156
154
ref : ${{ steps.get_fastdds_python_branch.outputs.deduced_branch }}
155
+ path : ${{ github.workspace }}/src/fastdds_python
157
156
158
157
- name : Fetch Fast DDS Docs CI dependencies
159
158
if : ${{ inputs.run-tests == true }}
0 commit comments