Skip to content

Commit

Permalink
config: switch back to CS-SI/Orekit repo, on commit that have zero vi…
Browse files Browse the repository at this point in the history
…olations
  • Loading branch information
romani committed Jun 27, 2016
1 parent 6e3afc8 commit 528729c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wercker.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 528729c

Please sign in to comment.