Skip to content

Commit

Permalink
testing smore
Browse files Browse the repository at this point in the history
  • Loading branch information
rajbos committed Oct 21, 2023
1 parent ddb0c7e commit 7bc675b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@ function GetSourceRepo {
}

# overwrite the file in the .azure-devops/build.yml with the content from /development/WebGoat-GHAzDo-starter-pipeline.yml file
Write-Host "Contents of $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml"
ls $PSScriptRoot/development/
cat $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml

Write-Host ""
Write-Host "Contents of $tempFolder/$subfolder/build.yml"
ls $tempFolder/$subfolder/
cat $tempFolder/$subfolder/build.yml

Write-Host "Copying build.yml from [$PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml] to [$tempFolder/$subfolder/build.yml]"
Copy-Item -Path $PSScriptRoot/development/WebGoat-GHAzDo-starter-pipeline.yml -Destination $tempFolder/$subfolder/build.yml -Force
git status
Expand Down

0 comments on commit 7bc675b

Please sign in to comment.