Skip to content

Commit 005dad4

Browse files
authored
fix: kokoro run diff (#1224)
1 parent 084d01e commit 005dad4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.kokoro/tests/run_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ set +e
7878
# Use RTN to return a non-zero value if the test fails.
7979
RTN=0
8080
ROOT=$(pwd)
81+
82+
git config --global --add safe.directory $PWD
83+
8184
# Find all POMs in the repository (may break on whitespace).
8285
for file in **/pom.xml; do
8386
cd "$ROOT"

appengine-standard-java8/helloworld-gae-javasdk-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)