From 528729c84259547a918e5a15ac815b020a6d2c08 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Mon, 27 Jun 2016 07:34:27 -0700 Subject: [PATCH] config: switch back to CS-SI/Orekit repo, on commit that have zero violations --- wercker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index 856aded061e..377a605be9a 100644 --- a/wercker.yml +++ b/wercker.yml @@ -22,7 +22,8 @@ build: -Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true -Dxml.skip=true && CS_POM_VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec) && echo CS_version: ${CS_POM_VERSION} - && git clone https://github.com/checkstyle/Orekit.git && cd Orekit + && git clone https://github.com/CS-SI/Orekit.git && cd Orekit + && git checkout 942785a5c79b5470baec3d41cab18f3adc78280e && mvn compile checkstyle:check -Dorekit.checkstyle.version=${CS_POM_VERSION} # NoErrorTest - XWiki (oraclejdk8)