mirror of https://github.com/docker/docs.git
- Hack: fix dockerbuilder to build feature branches
This commit is contained in:
parent
e431dc26f1
commit
58b95878f1
|
@ -34,7 +34,7 @@ else
|
||||||
rm -fr docker-$REVISION
|
rm -fr docker-$REVISION
|
||||||
git init docker-$REVISION
|
git init docker-$REVISION
|
||||||
cd 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
|
git reset --hard FETCH_HEAD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue