We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26cdcb0 commit bbcd4feCopy full SHA for bbcd4fe
1 file changed
appengine-standard-java8/deployAll.sh
@@ -27,7 +27,7 @@ for app in "helloworld" "kotlin-appengine-standard" \
27
"sparkjava-appengine-standard"
28
do
29
(cd "${app}"; \
30
- sed "s/<\\runtime>/<\\runtime>\n<service>${app}<\\service>/" src/main/webapp/WEB-INF/appengine-web.xml
+ sed "s/<\/runtime>/<\/runtime><service>${app}<\/service>/" src/main/webapp/WEB-INF/appengine-web.xml -i .xx
31
mvn -B --fail-at-end -q appengine:deploy -Dapp.deploy.version="1" \
32
-Dapp.stage.quickstart=true -Dapp.deploy.force=true -Dapp.deploy.promote=true \
33
-Dapp.deploy.project="${GOOGLE_CLOUD_PROJECT}" -DskipTests=true)
0 commit comments