- Hack: fix dockerbuilder to build feature branches

This commit is contained in:
Solomon Hykes 2013-05-02 01:16:23 +00:00
parent e431dc26f1
commit 58b95878f1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ else
rm -fr docker-$REVISION
git init docker-$REVISION
cd docker-$REVISION
git fetch -t https://github.com/dotcloud/docker $REVISION
git fetch -t https://github.com/dotcloud/docker $REVISION:$REVISION
git reset --hard FETCH_HEAD
fi