Skip to content

Commit 20d275c

Browse files
committed
Update CI files
1 parent 671a3d3 commit 20d275c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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 && \

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,5 @@ replace = "version = \"{new_version}\""
122122
filename = "./pyproject.toml"
123123
search = "version = \"{current_version}\""
124124
replace = "version = \"{new_version}\""
125-
126125
[tool.black]
127126
line-length = 100

template_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -74,3 +75,4 @@ test_reroute: true
7475
test_s3: true
7576
test_storages_compat_layer: true
7677
use_issue_template: true
78+

0 commit comments

Comments
 (0)