This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fe8f09  [hotfix][travis] Cleanup cache logging
4fe8f09 is described below

commit 4fe8f0981568ee085fdd1c3f53e84e6f08c5d9eb
Author: Chesnay Schepler <[email protected]>
AuthorDate: Sat Apr 27 22:00:39 2019 +0200

    [hotfix][travis] Cleanup cache logging
---
 tools/travis_controller.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tools/travis_controller.sh b/tools/travis_controller.sh
index 599b409..d7ec3a5 100755
--- a/tools/travis_controller.sh
+++ b/tools/travis_controller.sh
@@ -62,10 +62,9 @@ print_system_info() {
 
        start_fold "cache_info" "Cache information"
        echo "Maven: $(du -s --si $HOME/.m2)"
-       echo "RVM: $(du -s --si $HOME/.rvm)"
        echo "Flink: $(du -s --si $HOME/flink_cache)"
        echo "Maven (binaries): $(du -s --si $HOME/maven_cache)"
-       echo "gems: $(du -s -si $HOME/gem_cache)"
+       echo "gems: $(du -s --si $HOME/gem_cache)"
        end_fold "cache_info"
 }
 

Reply via email to