Skip to content

Commit 9c16867

Browse files
committed
Remove echoing.
1 parent 34f52a1 commit 9c16867

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.kokoro/tests/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
set -xeo pipefail
16+
set -eo pipefail
1717
shopt -s globstar
1818
# We spin up some subprocesses. Don't kill them on hangup
1919
trap '' HUP

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
<artifactId>doc-samples</artifactId>
2121
<packaging>pom</packaging>
2222

23-
<prerequisites>
24-
<maven>3.0</maven>
25-
</prerequisites>
26-
2723
<!--
2824
The parent pom defines common style checks and testing strategies for our samples.
2925
Removing or replacing it should not affect the execution of the samples in anyway.

0 commit comments

Comments
 (0)