Re-add node.js tests, switch to direct usage of node_utils.xml, remove node parts from update_dependencies.xml

This commit is contained in:
Ilya Chernikov
2017-11-15 13:30:17 +01:00
committed by Vyacheslav Gerasimov
parent 7f86fb9343
commit 90e5558704
2 changed files with 13 additions and 12 deletions
-12
View File
@@ -171,18 +171,6 @@
</patternset>
<mapper type="flatten"/>
</unzip>
<download_teamcity_artifact
teamcity.server.url="https://teamcity.jetbrains.com"
build.locator.request="${markdown.locator}"
artifact.path="markdown_jar/markdown.jar"
dest="${dependencies}/markdown.jar"
usetimestamp="true"
build.number.pattern="\d+\s-\sKotlin\s[\w-+\.]+"
/>
<!-- node.js -->
<antcall target="download-nodejs-and-npm"/>
</target>
<macrodef name="download_teamcity_artifact">