This is an automated email from the ASF dual-hosted git repository. wwong pushed a commit to branch build-docker-pr in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit c0b9ddd83a975a73b58a55fe3036014c73cccbe9 Author: Windham Wong <[email protected]> AuthorDate: Fri Mar 25 14:43:04 2022 +0800 Update build-docker.sh Removing the debug message on build-docker.sh --- docker/scripts/build-docker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/scripts/build-docker.sh b/docker/scripts/build-docker.sh index 909002b..539982b 100755 --- a/docker/scripts/build-docker.sh +++ b/docker/scripts/build-docker.sh @@ -58,7 +58,6 @@ run_build() { break fi done - echo $DOCKER_SQUASH DOCKER_FILE="$SCRATCH_DIR/dist/Dockerfile.dist.$TARGET_PLATFORM" DOCKER_TAG="apache/heron:$HERON_VERSION"
