Skip to content

Commit

Permalink
chore(goreleaser): fixes generate-notices-file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalgalaw committed Oct 2, 2024
1 parent d871d04 commit 07ce63a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hack/generate-notices-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,8 @@ echo "Got Report Download URL: ${report_download_url}"
curl -s -S -X GET ${report_download_url} \
-H "Accept: */*" \
-H "Authorization: Bearer ${bearer_token}" \
-o ${BLACKDUCK_PROJECT_NAME}-licenses.zip
-o tmp/${BLACKDUCK_PROJECT_NAME}-licenses.zip

mv ${BLACKDUCK_PROJECT_NAME}-licenses.zip tmp/

unzip -j tmp/${BLACKDUCK_PROJECT_NAME}-licenses.zip
unzip -j tmp/${BLACKDUCK_PROJECT_NAME}-licenses.zip -d tmp/

mv tmp/version-license_*.txt tmp/Black_Duck_Notices_Report.txt

0 comments on commit 07ce63a

Please sign in to comment.