Added s3cmd for all binary package build endpoints

This commit is contained in:
Pavel Odintsov 2020-06-07 18:51:44 +01:00
parent 772ed5a82a
commit ad2b80c420

@ -128,7 +128,8 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget
- run: apt-get install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -194,7 +195,8 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget
- run: apt-get install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -260,7 +262,8 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget
- run: apt-get install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -326,7 +329,8 @@ jobs:
steps:
- checkout
- run: apt-get update; true
- run: apt-get install -y perl wget
- run: apt-get install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -391,7 +395,8 @@ jobs:
- image: centos:centos6.9
steps:
- checkout
- run: yum install -y perl wget
- run: yum install -y perl wget python-pip
- run: pip install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -456,7 +461,8 @@ jobs:
- image: centos:centos7.8.2003
steps:
- checkout
- run: yum install -y perl wget
- run: yum install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m
@ -521,7 +527,8 @@ jobs:
- image: centos:centos8.1.1911
steps:
- checkout
- run: yum install -y perl wget
- run: yum install -y perl wget python3-pip
- run: pip3 install s3cmd
- run:
name: install_required_packages
no_output_timeout: 20m