File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
appengine-standard-java8/helloworld-gae-javasdk-tools Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 78
78
# Use RTN to return a non-zero value if the test fails.
79
79
RTN=0
80
80
ROOT=$( pwd)
81
+
82
+ git config --global --add safe.directory $PWD
83
+
81
84
# Find all POMs in the repository (may break on whitespace).
82
85
for file in ** /pom.xml; do
83
86
cd " $ROOT "
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ limitations under the License.
127
127
<version >2.4.4</version >
128
128
<configuration >
129
129
<!-- can be set w/ -DprojectId=myProjectId on command line -->
130
- <projectId >myProjectId </projectId >
130
+ <projectId >GCLOUD_CONFIG </projectId >
131
131
<!-- set the GAE version or use "GCLOUD_CONFIG" for an autogenerated GAE version -->
132
132
<version >GCLOUD_CONFIG</version >
133
133
<fullScanSeconds >1</fullScanSeconds >
You can’t perform that action at this time.
0 commit comments