Downgraded s3util version to version which works well on CentOS 6

This commit is contained in:
Pavel Odintsov 2020-06-09 09:49:11 +01:00
parent bd5cfabf67
commit 8939fa070f

@ -515,7 +515,7 @@ jobs:
- checkout - checkout
- run: yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm - run: yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
- run: yum install -y perl wget python-pip - run: yum install -y perl wget python-pip
- run: pip install s3cmd - run: pip install s3cmd==1.6.1
- run: - run:
name: install_required_packages name: install_required_packages
no_output_timeout: 20m no_output_timeout: 20m