Skip to content

Commit bfe58b3

Browse files
committed
fix the command
1 parent 5df54f4 commit bfe58b3

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:deploy123 \
31-
--Dservice-account=$SERVICE_NAME \
30+
mvn clean package appengine:deploy \
3231
--region $APP_REGION
3332

3433
fi

0 commit comments

Comments
 (0)