Skip to content

Commit

Permalink
update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
yiminghe committed Jul 3, 2013
1 parent c516b55 commit edc8ba7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

<property name="git.origin" value="origin"/>
<property name="git.remote" value="remote"/>
<property name="git.gh-pages" value="gh-pages"/>
<property name="git.master" value="1.3.0"/>
<property name="git.master" value="1.3.x"/>
<property name="js-css.files" value="**/*.js,**/*.css"/>

<import file="./version.xml"/>
Expand Down Expand Up @@ -81,8 +80,7 @@
<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.origin} ${git.master}:${git.master}"/>
</exec>

<!--push master to gh-pages also-->

<exec executable="cmd" failonerror="true">
<arg line="/c git push ${git.remote} ${git.master}:${git.master}"/>
</exec>
Expand Down

0 comments on commit edc8ba7

Please sign in to comment.