Skip to content

Commit bb75fc1

Browse files
authored
fix: remove CONFIG_ID write from build_data_writer.ps1 (#3556)
Follow up from #3553 [comment](#3553 (comment)) - removes extraneous CONFIG_ID write from build_data_writer.ps1 script.
1 parent 32e8fb7 commit bb75fc1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/private/build_data_writer.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
$OutputPath = $env:OUTPUT
22

33
Add-Content -Path $OutputPath -Value "TARGET $env:TARGET"
4-
Add-Content -Path $OutputPath -Value "CONFIG_ID $env:CONFIG_ID"
54
Add-Content -Path $OutputPath -Value "CONFIG_MODE $env:CONFIG_MODE"
65
Add-Content -Path $OutputPath -Value "STAMPED $env:STAMPED"
76

0 commit comments

Comments
 (0)