Skip to content

Commit c1c7fc3

Browse files
committed
Issue #7: Remove extra patch operation and see if it works.
1 parent d97b3bc commit c1c7fc3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ jobs:
4646
pip install ansible>=2.10
4747
--extra-index-url https://toshio.fedorapeople.org/ansible/acd/
4848
49-
- name: Patch installation with redirection WIP PR 67684.
50-
run: |
51-
cd $(pip show ansible | grep Location | cut -d' ' -f2)/ansible
52-
wget https://github.com/ansible/ansible/pull/67684.patch
53-
sed -i -e 's/lib\/ansible\///' 67684.patch
54-
git apply -v 67684.patch || true
55-
5649
- name: Install other dependencies.
5750
run: pip install ansible-lint yamllint docker molecule openshift
5851

0 commit comments

Comments
 (0)