Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci/ansible/Containerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM {{ ci_base | default(pulp_default_container) }}
ADD ./{{ item.name }} ./{{ item.name }}
{% endfor %}

# Install python packages
# S3 botocore needs to be patched to handle responses from minio during 0-byte uploads
# Hacking botocore (https://github.com/boto/botocore/pull/1990)
{% for item in extra_files | default([]) %}
ADD ./{{ item.origin }} {{ item.destination }}
{% endfor %}

# This MUST be the ONLY call to pip install in inside the container.
RUN pip3 install --upgrade pip setuptools wheel && \
Expand Down
3 changes: 2 additions & 1 deletion template_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This config represents the latest values used when running the plugin-template. Any settings that
# were not present before running plugin-template have been added with their default values.

# generated with plugin_template@2021.08.26-429-gaaf6899
# generated with plugin_template

api_root: /pulp/
black: true
Expand All @@ -20,6 +20,7 @@ deploy_client_to_rubygems: true
deploy_to_pypi: true
disabled_redis_runners: []
docker_fixtures: false
extra_files: []
flake8: true
flake8_ignore: []
github_org: pulp
Expand Down