Skip to content

Commit

Permalink
Update patched botocore for S3 runner to latest version
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Feb 8, 2024
1 parent 0528507 commit 9bca2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/github/.ci/ansible/Containerfile.j2.copy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ADD ./{{ item.name }} ./{{ item.name }}

RUN pip3 install
{%- if s3_test | default(false) -%}
{{ " " }}git+https://github.com/fabricio-aguiar/botocore.git@fix-100-continue
{{ " " }}git+https://github.com/gerrod3/botocore.git@fix-100-continue
{%- endif -%}
{%- for item in plugins -%}
{{ " " }}{{ item.source }}
Expand Down

0 comments on commit 9bca2fa

Please sign in to comment.