You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ww...@apache.org on 2022/03/25 06:43:11 UTC

[incubator-heron] branch build-docker-pr created (now c0b9ddd)

This is an automated email from the ASF dual-hosted git repository.

wwong pushed a change to branch build-docker-pr
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at c0b9ddd  Update build-docker.sh

This branch includes the following new commits:

     new c0b9ddd  Update build-docker.sh

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: Update build-docker.sh

Posted by ww...@apache.org.
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 <wi...@nva-hk.com>
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"