We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ca46 commit e31dea5Copy full SHA for e31dea5
hack/generate-notices-file.sh
@@ -142,6 +142,10 @@ curl -s -S -X GET ${report_download_url} \
142
-H "Authorization: Bearer ${bearer_token}" \
143
-o ${BLACKDUCK_PROJECT_NAME}-licenses.zip
144
145
-unzip -j ${BLACKDUCK_PROJECT_NAME}-licenses.zip
+mv ${BLACKDUCK_PROJECT_NAME}-licenses.zip tmp/
146
147
-mv version-license_*.txt tmp/Black_Duck_Notices_Report.txt
+unzip -j tmp/${BLACKDUCK_PROJECT_NAME}-licenses.zip
148
+
149
+ls -l tmp/
150
151
+mv tmp/version-license_*.txt tmp/Black_Duck_Notices_Report.txt
0 commit comments