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

markliu pushed a commit to branch release-2.16.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.16.0 by this push:
     new d2cd3d3  [BEAM-8165] add _sdk to container name
d2cd3d3 is described below

commit d2cd3d3796a67c0132a93a7e7059ba4c4918136c
Author: Hannah Jiang <hannahji...@google.com>
AuthorDate: Wed Sep 11 11:19:31 2019 -0700

    [BEAM-8165] add _sdk to container name
---
 sdks/go/test/run_integration_tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/go/test/run_integration_tests.sh 
b/sdks/go/test/run_integration_tests.sh
index 436a066..bfa29b4 100755
--- a/sdks/go/test/run_integration_tests.sh
+++ b/sdks/go/test/run_integration_tests.sh
@@ -125,7 +125,7 @@ fi
 
 # Build the container
 TAG=$(date +%Y%m%d-%H%M%S)
-CONTAINER=us.gcr.io/$PROJECT/$USER/go
+CONTAINER=us.gcr.io/$PROJECT/$USER/go_sdk
 echo "Using container $CONTAINER"
 ./gradlew :sdks:go:container:docker 
-Pdocker-repository-root=us.gcr.io/$PROJECT/$USER -Pdocker-tag=$TAG
 

Reply via email to