mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
- Hack: fix dockerbuilder to build feature branches
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user