Skip to content

Commit

Permalink
Merge pull request apache#326 from liu-sheng/rm-docker-machine-workar…
Browse files Browse the repository at this point in the history
…ound

Remove docke-machine workaround as Fix PRs have been merged
  • Loading branch information
kiwik authored Sep 20, 2018
2 parents 2ec86b0 + 0d70509 commit cba6bfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions playbooks/docker-machine-functional-devstack/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
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
# Work around of issues 4542 and issues 4544
git remote add upstream https://github.com/docker/machine
git config --global user.email 'zuul@openlab.com'
git config --global user.name 'openlab'
git fetch upstream refs/pull/4543/head:pr4543
git fetch upstream refs/pull/4545/head:pr4545
git cherry-pick pr4545
git cherry-pick pr4543
make build
cp ./bin/docker-machine /usr/local/bin/
docker-machine version
Expand Down
9 changes: 0 additions & 9 deletions playbooks/docker-machine-functional-public-clouds/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
cp -r '{{ ansible_user_dir }}/{{ zuul.project.src_dir }}' $GOPATH/src/github.com/docker/
pushd $GOPATH/src/github.com/docker/machine
# Work around of issues 4542 and issues 4544
git remote add upstream https://github.com/docker/machine
git config --global user.email 'zuul@openlab.com'
git config --global user.name 'openlab'
git fetch upstream refs/pull/4543/head:pr4543
git fetch upstream refs/pull/4545/head:pr4545
git cherry-pick pr4545
git cherry-pick pr4543
make build
cp ./bin/docker-machine /usr/local/bin/
docker-machine version
Expand Down

0 comments on commit cba6bfd

Please sign in to comment.