Skip to content

Commit

Permalink
[Packer] Disable colored output on Ubuntu (actions#6057)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailkoliada authored Aug 11, 2022
1 parent 35be846 commit 2fd91c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images.CI/linux-and-win/build-image.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ packer build -var "capture_name_prefix=$ResourcesNamePrefix" `
-var "virtual_network_resource_group_name=$VirtualNetworkRG" `
-var "virtual_network_subnet_name=$VirtualNetworkSubnet" `
-var "run_validation_diskspace=$env:RUN_VALIDATION_FLAG" `
-color=false `
$TemplatePath `
| Where-Object {
#Filter sensitive data from Packer logs
Expand Down

0 comments on commit 2fd91c9

Please sign in to comment.