diff --git a/cicd_testing/do-fuzz.sh b/cicd_testing/do-fuzz.sh index 40b268f9f83f0f012d41a23e8521cc976ed2dad1..232cda8c71ae032332893d691f8ca8ac4a790600 100755 --- a/cicd_testing/do-fuzz.sh +++ b/cicd_testing/do-fuzz.sh @@ -43,7 +43,7 @@ function main() set -x # upload the report. local proj_id=114 - local upload_report=$(curl --request POST --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " --form "file=@report.txt" https://git.zephyr-software.com/api/v4/projects/proj_id/uploads) + local upload_report=$(curl --request POST --header "PRIVATE-TOKEN: PXLgVFpgjmmugAiHTJzx " --form "file=@report.txt" https://git.zephyr-software.com/api/v4/projects/$proj_id/uploads) local date=$(date) local mach=$(uname -a) local host=$(hostname)