We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eef9d commit cf3e712Copy full SHA for cf3e712
1 file changed
.kokoro/system_tests.sh
@@ -110,15 +110,15 @@ gcloud auth activate-service-account\
110
--project=$GOOGLE_CLOUD_PROJECT
111
112
# First, style-check the shell scripts
113
-shellcheck ./**/*.sh
+# shellcheck ./**/*.sh
114
115
for app in "helloworld" "kotlin-appengine-standard" "kotlin-springboot-appengine-standard" \
116
"springboot-appengine-standard" "kotlin-spark-appengine-standard" \
117
"sparkjava-appengine-standard"
118
do
119
-cd {app}
120
-mvn appengine:deploy -Dapp.deploy.version="${app}"
121
-cd ..
+ cd {app}
+ mvn appengine:deploy -Dapp.deploy.version="${app}"
+ cd ..
122
done
123
124
0 commit comments