Skip to content

Commit

Permalink
Remove git push from build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Jun 18, 2011
1 parent 87e825a commit f2c150d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Expand Up @@ -179,7 +179,6 @@
<target name="git-tag">
<exec command="grep '${version}' ${project.basedir}/lib/Doctrine/DBAL/Version.php" checkreturn="true"/>
<exec command="git tag -a ${version}" passthru="true" />
<exec command="git push origin ${version}" passthru="true" />
</target>

<target name="pirum-release">
Expand All @@ -198,7 +197,6 @@
<exec command="mv ${project.basedir}/lib/Doctrine/DBAL/Version2.php ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git add ${project.basedir}/lib/Doctrine/DBAL/Version.php" passthru="true" />
<exec command="git commit -m 'Bump Dev Version to ${next_version}'" passthru="true" />
<exec command="git push origin master" passthru="true" />
</target>

<target name="release" depends="git-tag,build-packages,distribute-download,pirum-release,update-dev-version" />
Expand Down

0 comments on commit f2c150d

Please sign in to comment.