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:
parent
e431dc26f1
commit
58b95878f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue