mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
upgrade dependencies
This commit is contained in:
@@ -4,13 +4,14 @@ set -e
|
||||
|
||||
source /etc/os-release
|
||||
if [[ $ID = "amzn" ]]; then
|
||||
amazon-linux-extras enable python3.8
|
||||
yum clean metadata
|
||||
yum install -y \
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python2-boto3 \
|
||||
python2-botocore \
|
||||
python2-pip
|
||||
python38
|
||||
python38-pip
|
||||
python38-devel
|
||||
python-lxml
|
||||
|
||||
else
|
||||
# FIXME: Currently assumes Debian-based
|
||||
apt-get update && \
|
||||
@@ -32,4 +33,4 @@ if [[ $1 == "--dev" ]]; then
|
||||
fi
|
||||
|
||||
echo "Installing collections from galaxy..."
|
||||
pipenv run ansible-galaxy collection install -v -r requirements.yml
|
||||
pipenv run ansible-galaxy collection install --upgrade --verbose --requirements-file requirements.yml
|
||||
|
||||
Reference in New Issue
Block a user