Skip to content

Commit

Permalink
Merge pull request #267 from dseevr/update_ansible_version
Browse files Browse the repository at this point in the history
scripts/build.sh: update contiv_ansible_commit to latest HEAD revision
  • Loading branch information
neelimamukiri authored Oct 9, 2017
2 parents c1b7cae + 6a6db89 commit cd5456b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansible_image_version=${CONTIV_ANSIBLE_IMAGE_VERSION:-$contiv_version}
auth_proxy_version=${CONTIV_API_PROXY_VERSION:-$contiv_version}
docker_version=${CONTIV_DOCKER_VERSION:-1.12.6}
etcd_version=${CONTIV_ETCD_VERSION:-v2.3.8}
contiv_ansible_commit=${CONTIV_ANSIBLE_COMMIT:-3cb33ce9629d5b0d27c630581bc3a26e08a0d119}
contiv_ansible_commit=${CONTIV_ANSIBLE_COMMIT:-b55e1fdcb84710bd9afeb71cbb45d7d36333257e}
contiv_ansible_owner=${CONTIV_ANSIBLE_OWNER:-contiv}

# the installer currently pulls the v2plugin image directly from Docker Hub, but
Expand Down

0 comments on commit cd5456b

Please sign in to comment.