We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f52a1 commit 9c16867Copy full SHA for 9c16867
2 files changed
.kokoro/tests/run_tests.sh
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-set -xeo pipefail
+set -eo pipefail
17
shopt -s globstar
18
# We spin up some subprocesses. Don't kill them on hangup
19
trap '' HUP
pom.xml
@@ -20,10 +20,6 @@
20
<artifactId>doc-samples</artifactId>
21
<packaging>pom</packaging>
22
23
- <prerequisites>
24
- <maven>3.0</maven>
25
- </prerequisites>
26
-
27
<!--
28
The parent pom defines common style checks and testing strategies for our samples.
29
Removing or replacing it should not affect the execution of the samples in anyway.
0 commit comments