Repository: flink
Updated Branches:
  refs/heads/release-1.5 c75c15298 -> 416d924b5


[hotfix] [build] Force delete corrupt jar files from cache


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/416d924b
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/416d924b
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/416d924b

Branch: refs/heads/release-1.5
Commit: 416d924b5c01950a796b6b7ed918062804df5c6e
Parents: 94391d8
Author: Stephan Ewen <se...@apache.org>
Authored: Wed May 16 22:51:02 2018 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu May 17 15:23:19 2018 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/416d924b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4acdeb0..cad9c87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -112,7 +112,7 @@ before_install:
    - "export PATH=$M2_HOME/bin:$PATH"
    - "export MAVEN_OPTS=\"-Dorg.slf4j.simpleLogger.showDateTime=true 
-Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS\""
 # just in case: clean up the .m2 home and remove invalid jar files
-   - 'test ! -d $HOME/.m2/repository/ || find $HOME/.m2/repository/ -name 
"*.jar" -exec sh -c ''if ! zip -T {} >/dev/null ; then echo "deleting invalid 
file: {}"; rm {} ; fi'' \;'
+   - 'test ! -d $HOME/.m2/repository/ || find $HOME/.m2/repository/ -name 
"*.jar" -exec sh -c ''if ! zip -T {} >/dev/null ; then echo "deleting invalid 
file: {}"; rm -f {} ; fi'' \;'
 
 # We run mvn and monitor its output. If there is no output for the specified 
number of seconds, we
 # print the stack traces of all running Java processes.

Reply via email to