Skip to content

Commit

Permalink
Drop the external git repo
Browse files Browse the repository at this point in the history
It doesn't have dependencies leading to failures at installation time.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
  • Loading branch information
mrunalp committed Feb 19, 2019
1 parent 07321de commit 0b109b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions contrib/test/integration/e2e-base.yml
Expand Up @@ -39,14 +39,6 @@
path: "{{ artifacts }}"
state: directory

- name: Add repo for new version of git
yum_repository:
name: Wandisco
description: Wandisco git repo (Added by Ansible from e2e.yml)
baseurl: http://opensource.wandisco.com/rhel/7Server/git/$basearch
gpgcheck: no
when: ansible_distribution in ['RedHat']

- name: upgrade git package
yum:
name: 'git'
Expand Down

0 comments on commit 0b109b3

Please sign in to comment.