aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/supporters.ant.xml
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/supporters.ant.xml')
-rw-r--r--buildScripts/supporters.ant.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildScripts/supporters.ant.xml b/buildScripts/supporters.ant.xml
index d19e0bb6..d1d3fedc 100644
--- a/buildScripts/supporters.ant.xml
+++ b/buildScripts/supporters.ant.xml
@@ -39,11 +39,11 @@ containing the status of lombok's supporters.
<target name="initRepo" depends="checkIfRepoExists" unless="supportersrepo.exists">
<git:git directory="website/lombokSupporters">
- <git:clone uri="escudo:/data/git/lombokSupporters.git" />
+ <git:clone uri="escudo2:/data/git/lombokSupporters.git" />
</git:git>
</target>
- <target name="updateRepo" depends="initRepo">
+ <target name="updateRepo" depends="initRepo" unless="noUpdateRepo">
<git:git directory="website/lombokSupporters">
<git:pull />
</git:git>