Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Problem: pulp_rpm_prerequisites CI is actually installing/upgrading p…
Browse files Browse the repository at this point in the history
…ulp_file twice for source scenarios

Solution: Assume the pulp org, but use the plugin's name for the github repo
to clone from.

fixes: #6276
  • Loading branch information
mikedep333 committed Mar 3, 2020
1 parent 2a6cbb9 commit 625f7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/source/prepare.yml
Expand Up @@ -21,9 +21,9 @@
version: master
update: yes

- name: Clone pulp_file repository
- name: Clone pulp plugin repositories
git:
repo: 'https://github.com/pulp/pulp_file.git'
repo: 'https://github.com/pulp/{{ item.key| replace("-", "_") }}.git'
dest: '{{ item.value.source_dir }}'
version: master
update: yes
Expand Down

0 comments on commit 625f7e4

Please sign in to comment.