We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675cd60 commit 6531497Copy full SHA for 6531497
.kokoro/build.sh
@@ -78,7 +78,7 @@ samples)
78
79
if [[ -f ${SAMPLES_DIR}/pom.xml ]]
80
then
81
- pushd {SAMPLES_DIR}
+ pushd ${SAMPLES_DIR}
82
mvn -B \
83
-Penable-samples \
84
-DtrimStackTrace=false \
synth.metadata
@@ -4,7 +4,7 @@
4
"git": {
5
"name": ".",
6
"remote": "https://github.com/googleapis/java-pubsublite.git",
7
- "sha": "21cf8346967744aa2978ceffe130f87c28dedcf6"
+ "sha": "675cd60efb3a790f35aec05f4e18fb2cda6960b4"
8
}
9
},
10
{
@@ -19,7 +19,7 @@
19
20
"name": "synthtool",
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "5f6ef0ec5501d33c4667885b37a7685a30d41a76"
+ "sha": "f68649c5f26bcff6817c6d21e90dac0fc71fef8e"
23
24
25
],
0 commit comments