Skip to content

Commit 3520f60

Browse files
committed
build: windows does not use AWS_FOR_FLUENT_BIT file
Signed-off-by: Wesley Pettit <[email protected]>
1 parent b4b7c91 commit 3520f60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_windows_fluent_bit.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,8 @@ Compress-Archive -Path "${StagingDirectory}\*" -Destination "${AWSForFluentBitRo
283283
# Compress ecs_windows_forward_daemon folder which needs to be added to the image
284284
Compress-Archive -Path "${AWSForFluentBitRootDir}\ecs_windows_forward_daemon\*" -Destination "${AWSForFluentBitRootDir}\build\windows\ecs_windows_forward_daemon.zip"
285285

286-
# Copy the version of aws-for-fluent-bit
287-
Copy-Item -Path "${AWSForFluentBitRootDir}\AWS_FOR_FLUENT_BIT_VERSION" -Destination "${AWSForFluentBitRootDir}\build\windows\AWS_FOR_FLUENT_BIT_VERSION"
286+
# The version of aws-for-fluent-bit is set in each image from the env var, as the pipeline updates multiple
287+
# images found in the windows.versions file
288288

289289
# Copy the entrypoint script which needs to be added to the image
290290
Copy-Item -Path "${AWSForFluentBitRootDir}\scripts\entrypoint.ps1" -Destination "${AWSForFluentBitRootDir}\build\windows\entrypoint.ps1"

0 commit comments

Comments
 (0)