Skip to content

Commit

Permalink
Remove echoing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jan 25, 2018
1 parent 34f52a1 commit 9c16867
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .kokoro/tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

set -xeo pipefail
set -eo pipefail
shopt -s globstar
# We spin up some subprocesses. Don't kill them on hangup
trap '' HUP
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<artifactId>doc-samples</artifactId>
<packaging>pom</packaging>

<prerequisites>
<maven>3.0</maven>
</prerequisites>

<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
Expand Down

0 comments on commit 9c16867

Please sign in to comment.