Skip to content

Commit

Permalink
Update destination of license files in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdeckard committed Apr 27, 2021
1 parent 640ff70 commit 9a003f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ pipeline {
}
New-Item -Path . -Name "artifacts" -ItemType Directory -Force
Copy-Item -Path ./FOR_RELEASE/* -Destination ./artifacts -Recurse
Copy-Item -Path ./*.txt -Destination ./artifacts/GameData/UmbraSpaceIndustries/Kontainers
Copy-Item -Path ./*.txt -Destination ./artifacts/GameData/UmbraSpaceIndustries/ReactorPack
Copy-Item -Path ./*.txt -Destination ./artifacts
Write-Output "Pulling in cached dependencies..."
$DriveRoot = Split-Path -Path $env:WORKSPACE -Qualifier
Expand Down

0 comments on commit 9a003f3

Please sign in to comment.