You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2019/06/03 15:04:43 UTC

[yetus] branch master updated: YETUS-894. fix yetus semaphore CI build script (#65)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 51c9c1b  YETUS-894. fix yetus semaphore CI build script (#65)
51c9c1b is described below

commit 51c9c1b685b0f57364c8706f9899475fa3734e1f
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Mon Jun 3 08:04:38 2019 -0700

    YETUS-894. fix yetus semaphore CI build script (#65)
---
 .semaphore/semaphore-build.sh | 4 ++--
 .semaphore/semaphore.yml      | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.semaphore/semaphore-build.sh b/.semaphore/semaphore-build.sh
index 91bd32d..4c84f9c 100755
--- a/.semaphore/semaphore-build.sh
+++ b/.semaphore/semaphore-build.sh
@@ -19,8 +19,8 @@ PRECOMMITDIR=precommit/src/main/shell
 
 "${PRECOMMITDIR}/test-patch.sh" \
   --plugins=all \
-  --maven-custom-repos \
-  --maven-custom-repos-dir=/tmp/yetus-m2 \
+  --mvn-custom-repos \
+  --mvn-custom-repos-dir=/tmp/yetus-m2 \
   --patch-dir=/tmp/yetus-out \
   --tests-filter=checkstyle,javadoc,rubocop,test4tests \
   --docker \
diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml
index 953bdfb..341f4c9 100644
--- a/.semaphore/semaphore.yml
+++ b/.semaphore/semaphore.yml
@@ -27,7 +27,5 @@ blocks:
       jobs:
         - name: "Precommit"
           commands:
-            - checkout --use-cache
-            - cache restore yetus-m2
+            - checkout
             - .semaphore/semaphore-build.sh
-            - cache store yetus-m2 /tmp/yetus-m2