You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ma...@apache.org on 2019/09/11 22:00:14 UTC

[beam] branch release-2.16.0 updated: [BEAM-8165] add _sdk to container name

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 <ha...@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