File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 290
290
echo -e "\e[1;33m Not running ORT Downloader, as the already cloned sources are to be analyzed..."
291
291
else
292
292
echo -e "\e[1;33m Running ORT Downloader to download project to scan... "
293
- echo -e "\e[1;33m ${PROJECT_VCS_TYPE} project revision ${PROJECT_VCS_REVISION} located at ${PROJECT_VCS_URL}... "
293
+ echo -e "\e[1;33m ${PROJECT_VCS_TYPE} project revision ${PROJECT_VCS_REVISION} located at ${PROJECT_VCS_URL} in path '${PROJECT_VCS_PATH}' ... "
294
294
295
295
${ORT_CLI} \
296
296
--${ORT_LOG_LEVEL} \
300
300
--vcs-type "${PROJECT_VCS_TYPE}" \
301
301
--project-url "${PROJECT_VCS_URL}" \
302
302
--vcs-revision "${PROJECT_VCS_REVISION}" \
303
+ --vcs-path "${PROJECT_VCS_PATH}" \
303
304
--project-name "${SW_NAME_SAFE}" \
304
305
|| ORT_CLI_DOWNLOAD_EXIT_CODE=$? \
305
306
&& export ORT_CLI_DOWNLOAD_EXIT_CODE="${ORT_CLI_DOWNLOAD_EXIT_CODE:-0}"
You can’t perform that action at this time.
0 commit comments