Skip to content

Commit bb75fc1

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)