Skip to content

Commit ad2376a

Browse files
committed
remove region tag
1 parent bfe58b3 commit ad2376a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.kokoro/tests/build_appengine_flex.sh

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

2828
if [[ "$file" == *"hello"* ]]; then
2929
echo "Deploying App Engine Flex project: ${file}"
30-
mvn clean package appengine:deploy \
31-
--region $APP_REGION
30+
mvn clean package appengine:deploy
3231

3332
fi
3433
set +x

0 commit comments

Comments
 (0)