From ad2b80c420abc4ec47813bafa1924a9b71611301 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Sun, 7 Jun 2020 18:51:44 +0100 Subject: [PATCH] Added s3cmd for all binary package build endpoints --- .circleci/config.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a96265cc..cdb02a6d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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