Skip to content

Commit bd9d490

Browse files
committed
add split health check
1 parent 4da4909 commit bd9d490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.kokoro/tests/build_appengine_flex.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ set -x
2727

2828
if [[ "$file" == *"java-11/hello"* ]]; then
2929
echo "Deploying App Engine Flex project: ${file}"
30+
gcloud app update --split-health-checks
3031
mvn clean package appengine:deploy
3132

3233
fi

0 commit comments

Comments
 (0)