Skip to content

Commit

Permalink
Disable automatic submodule update to tip of branch
Browse files Browse the repository at this point in the history
Creates the need for nubisproject#296
  • Loading branch information
gozer committed Sep 18, 2016
1 parent 57b5563 commit 15204ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nubis/jenkins/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<hudson.plugins.git.extensions.impl.SubmoduleOption>
<disableSubmodules>false</disableSubmodules>
<recursiveSubmodules>true</recursiveSubmodules>
<trackingSubmodules>true</trackingSubmodules>
<trackingSubmodules>false</trackingSubmodules>
<timeout>60</timeout>
</hudson.plugins.git.extensions.impl.SubmoduleOption>
<hudson.plugins.git.extensions.impl.CleanBeforeCheckout/>
Expand Down

0 comments on commit 15204ca

Please sign in to comment.