- Hack: fix dockerbuilder to build feature branches

Upstream-commit: 58b95878f13c8de443529fbd47a67988b4735e1a
Component: engine
This commit is contained in:
Solomon Hykes
2013-05-02 01:16:23 +00:00
parent c9f8d85006
commit 6607a39eb5
@@ -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