You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2021/11/25 19:44:19 UTC

[yetus] branch main updated: YETUS-1146. In Yetus-build, disable detect secrets on Travis CI (#241)

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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c6549b  YETUS-1146. In Yetus-build, disable detect secrets on Travis CI (#241)
7c6549b is described below

commit 7c6549b0c0598461d4f60cfdf68d702ca7f46b0d
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Thu Nov 25 11:44:12 2021 -0800

    YETUS-1146. In Yetus-build, disable detect secrets on Travis CI (#241)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 28fab1f..9312498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ script:
     --docker
     --patch-dir=/tmp/yetus-out
     --java-home=/usr/lib/jvm/java-8-openjdk-amd64
-    --plugins=all
+    --plugins=all,-detsecrets
     --docker-cache-from=apache/yetus:main
     --html-report-file=/tmp/yetus-out/report.html
     --console-report-file=/tmp/yetus-out/console.txt