Skip to content

Commit

Permalink
build.sh to use linux/dockerfile/test/java_stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jun 27, 2019
1 parent 89fbae6 commit 3507314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kokoro/linux/java_linkage_monitor/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
# Change to repo root
cd $(dirname $0)/../../..

export DOCKERFILE_DIR=kokoro/linux/64-bit
export DOCKERHUB_ORGANIZATION=protobuftesting
# The image of the Dockerfile sha1 is fetched from the organization
export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/java_stretch
export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
export OUTPUT_DIR=testoutput
export TEST_SET="java_linkage_monitor"
Expand Down

0 comments on commit 3507314

Please sign in to comment.