File tree Expand file tree Collapse file tree
appengine-standard-java8/helloworld-gae-javasdk-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878# Use RTN to return a non-zero value if the test fails.
7979RTN=0
8080ROOT=$( pwd)
81+
82+ git config --global --add safe.directory $PWD
83+
8184# Find all POMs in the repository (may break on whitespace).
8285for file in ** /pom.xml; do
8386 cd " $ROOT "
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ limitations under the License.
127127 <version >2.4.4</version >
128128 <configuration >
129129 <!-- can be set w/ -DprojectId=myProjectId on command line -->
130- <projectId >myProjectId </projectId >
130+ <projectId >GCLOUD_CONFIG </projectId >
131131 <!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
132132 <version >GCLOUD_CONFIG</version >
133133 <fullScanSeconds >1</fullScanSeconds >
You can’t perform that action at this time.
0 commit comments