Skip to content

Commit bbcd4fe

Browse files
author
Les Vogel
committed
fix sed line
1 parent 26cdcb0 commit bbcd4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appengine-standard-java8/deployAll.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for app in "helloworld" "kotlin-appengine-standard" \
2727
"sparkjava-appengine-standard"
2828
do
2929
(cd "${app}"; \
30-
sed "s/<\\runtime>/<\\runtime>\n<service>${app}<\\service>/" src/main/webapp/WEB-INF/appengine-web.xml
30+
sed "s/<\/runtime>/<\/runtime><service>${app}<\/service>/" src/main/webapp/WEB-INF/appengine-web.xml -i .xx
3131
mvn -B --fail-at-end -q appengine:deploy -Dapp.deploy.version="1" \
3232
-Dapp.stage.quickstart=true -Dapp.deploy.force=true -Dapp.deploy.promote=true \
3333
-Dapp.deploy.project="${GOOGLE_CLOUD_PROJECT}" -DskipTests=true)

0 commit comments

Comments
 (0)