Closed techthoughts2 closed 4 years ago
Specified modules should download to the temp directory of the build container when an S3 bucket is specified as a source.
When S3 bucket is specified as source build container fails to download modules.
$tempPath is currently incorrectly commented out in install_modules.ps1
Expected Behavior
Specified modules should download to the temp directory of the build container when an S3 bucket is specified as a source.
Current Behavior
When S3 bucket is specified as source build container fails to download modules.
Possible Solution
$tempPath is currently incorrectly commented out in install_modules.ps1
Steps to Reproduce