kramasamy commented on a change in pull request #3154: Fix docker build
artifacts script to have the correct version string
URL: https://github.com/apache/incubator-heron/pull/3154#discussion_r247308087
##########
File path: docker/scripts/compile-docker.sh
##########
@@ -51,7 +51,7 @@ echo "Running build in container"
docker run \
--rm \
-e TARGET_PLATFORM=$TARGET_PLATFORM \
- -e SCRATCH_DIR="/scratch" \
+ -e SCRATCH_DIR="/$HERON_VERSION" \
Review comment:
This is not the right fix. SCRATCH_DIR is used to create directory
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services