Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Fix broken build #36

Merged
merged 1 commit into from Feb 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .ansible-pulp_tox.sh
Expand Up @@ -12,6 +12,7 @@ fi
find ./molecule/*source*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.source_dir \/var\/lib\/pulp\/devel\/pulp_rpm" \;
find ./molecule/*upgrade*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.upgrade true" \;
find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} pulp_install_plugins.pulp-rpm.prereq_role pulp.pulp_rpm_prerequisites" \;
find ./molecule/*/group_vars/all -exec sh -c "yq w -i {} prereq_pip_packages[+] idna==2.8" \; # temporary pin until https://pulp.plan.io/issues/6169#note-2 is resolved
find ./molecule/*/group_vars/all -exec sh -c "echo; echo {}; cat {}" \;


Expand Down