Skip to content

Commit

Permalink
Also need to backport fix of PR 4543 and PR 4545 (apache#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
liusheng authored and kiwik committed Oct 8, 2018
1 parent c429c4c commit 57015d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/docker-machine-functional-devstack/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
mkdir -p $GOPATH/src/github.com/docker/machine
cp -r '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}' $GOPATH/src/github.com/docker
pushd $GOPATH/src/github.com/docker/machine
# NOTE: backport fix of PR 4543 and PR 4545
git config --global user.email 'zuul@openlab.com'
git config --global user.name 'openlab'
git cherry-pick 9ec6729
git cherry-pick 7909ee3
make build
cp ./bin/docker-machine /usr/local/bin/
docker-machine version
Expand Down

0 comments on commit 57015d1

Please sign in to comment.