Skip to content

Commit

Permalink
get code from right repo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmclean committed Mar 16, 2014
1 parent a32c4fc commit c8680a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/make_release_branch.sh
Expand Up @@ -43,7 +43,7 @@ git push -u origin develop:release${FLEXUNIT_VERSION}
cd ..
mkdir "ApacheFlexUnit${FLEXUNIT_VERSION}"
cd "ApacheFlexUnit${FLEXUNIT_VERSION}"
git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git .
git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit .
git checkout release${FLEXUNIT_VERSION}
git tag -a apache-flexunit-${FLEXUNIT_VERSION}RC1 -m \'"Apache FlexUnit ${FLEXUNIT_VERSION} RC1"\'
git push --tags
git push --tags

0 comments on commit c8680a9

Please sign in to comment.