This is an automated email from the ASF dual-hosted git repository.
ibzib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 88914cf fix postcommit failure
new b83d59e Merge pull request #10936 from
Hannah-Jiang/docker_images_migration
88914cf is described below
commit 88914cf7c79ca185e2f67a03a7d1dc57372c6873
Author: Hannah Jiang <[email protected]>
AuthorDate: Fri Feb 21 16:48:19 2020 -0800
fix postcommit failure
---
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 e021ab9..78aef1a 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_sdk
+CONTAINER=us.gcr.io/$PROJECT/$USER/beam_go_sdk
echo "Using container $CONTAINER"
./gradlew :sdks:go:container:docker
-Pdocker-repository-root=us.gcr.io/$PROJECT/$USER -Pdocker-tag=$TAG