Skip to content

Commit c7282be

Browse files
committed
Update CI files
1 parent b3dd217 commit c7282be

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.ci/ansible/Containerfile.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ FROM {{ ci_base | default(pulp_default_container) }}
55
ADD ./{{ item.name }} ./{{ item.name }}
66
{% endfor %}
77

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

1212
# This MUST be the ONLY call to pip install in inside the container.
1313
RUN pip3 install --upgrade pip setuptools wheel && \

template_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This config represents the latest values used when running the plugin-template. Any settings that
22
# were not present before running plugin-template have been added with their default values.
33

4-
# generated with plugin_template@2021.08.26-420-gf332a34
4+
# generated with plugin_template
55

66
api_root: /pulp/
77
black: false
@@ -20,6 +20,7 @@ deploy_client_to_rubygems: true
2020
deploy_to_pypi: true
2121
disabled_redis_runners: []
2222
docker_fixtures: false
23+
extra_files: []
2324
flake8: true
2425
flake8_ignore: []
2526
github_org: pulp
@@ -46,8 +47,8 @@ pulp_settings:
4647
orphan_protection_time: 0
4748
pypi_api_hostname: https://pulp:443
4849
pulp_settings_azure:
49-
domain_enabled: true
5050
content_origin: null
51+
domain_enabled: true
5152
pulp_settings_gcp: null
5253
pulp_settings_s3:
5354
domain_enabled: true

0 commit comments

Comments
 (0)