Skip to content

Commit

Permalink
no tee and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kruszewski committed Jul 30, 2018
1 parent d0cc1fb commit 8eb984a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ jobs:
- restore_cache:
key: maven-dependency-cache-{{ checksum "pom.xml" }}
- *restore-build-binaries-cache
- run: dev/run-style-tests.py | tee /tmp/run-style-tests.log
- store_artifacts:
path: /tmp/run-style-tests.log
destination: run-style-tests.log
- run:
name: Run style tests
command: dev/run-style-tests.py
no_output_timeout: 15m

run-build-tests:
# depends only on build-maven
Expand Down

0 comments on commit 8eb984a

Please sign in to comment.