File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
284284Compress-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
290290Copy-Item - Path " ${AWSForFluentBitRootDir} \scripts\entrypoint.ps1" - Destination " ${AWSForFluentBitRootDir} \build\windows\entrypoint.ps1"
You can’t perform that action at this time.
0 commit comments