Do not substitute version in bootstrap build
This commit is contained in:
committed by
Nikolay Krasko
parent
2cf640463c
commit
ec411444d5
@@ -787,11 +787,14 @@
|
||||
<target name="override-version">
|
||||
<condition property="need.version.override">
|
||||
<and>
|
||||
<equals arg1="${kotlin.bootstrap.branch}" arg2="${teamcity.build.branch}"/>
|
||||
<isset property="override.version.url"/>
|
||||
<equals arg1="${kotlin.bootstrap.branch}" arg2="${teamcity.build.branch}"/>
|
||||
<not>
|
||||
<isset property="override.version.disabled"/>
|
||||
</not>
|
||||
<not>
|
||||
<istrue value="${bootstrap.build.no.tests}"/>
|
||||
</not>
|
||||
</and>
|
||||
</condition>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user