Skip to content

Commit

Permalink
Added additional output for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Aug 24, 2023
1 parent a86a181 commit e39cf27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/azure-ipam-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,15 @@ jobs:
$composeYaml['services']['ipam-engine'].image = $engineContainer
$composeYaml['services']['nginx-proxy'].image = $lbContainer
$composeYaml | ConvertTo-Yaml | Out-File -FilePath ./docker-compose-prod.yml
Write-Host "-----------------------------------"
Get-ChildItem | Select-Object Name
Write-Host "-----------------------------------"
$composeYaml | ConvertTo-Yaml
$composeYaml | ConvertTo-Yaml | Out-File -Path ./docker-compose-prod.yml
Write-Host "-----------------------------------"
Get-Content -Path ./docker-compose.prod.yml
Write-Host "-----------------------------------"
- name: Deploy Azure IPAM
working-directory: deploy
Expand Down

0 comments on commit e39cf27

Please sign in to comment.