Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Fixup 3rd party disclosures
Browse files Browse the repository at this point in the history
  • Loading branch information
ooeygui committed Oct 12, 2022
1 parent a2015b4 commit 7eaa50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ros/azure-pipelines.humble.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ stages:
call ..\ros\humble\build.bat
displayName: 'build humble'
- powershell: |
& $(Build.Repository.LocalPath)\ros\collectDisclosures.ps1 -Path $Env:INSTALL_DIR -outputfile $Env:INSTALL_DIR\License.txt
& $(Build.Repository.LocalPath)\ros\collectDisclosures.ps1 -Path $Env:INSTALL_DIR -outputfile %Build_SourcesDirectory%\ros\humble\License.txt
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: .\ws\log
Expand Down
1 change: 1 addition & 0 deletions ros/collectDisclosures.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Function Get-FileContent
$hash = Get-FileHash $_
if (!$seenLicenseFileHashes.Contains($hash.Hash))
{
Write-Host "Collecting : $_"
$seenLicenseFileHashes += $hash.Hash
try
{
Expand Down

0 comments on commit 7eaa50c

Please sign in to comment.