1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

- 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

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