mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
11 lines
166 B
Bash
Executable File
11 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
# The Amazon Linux 2 Ansible package is 2.4, which has issue
|
|
# interacting with RDS, so use the PIP version.
|
|
|
|
pip install pipenv
|
|
pipenv install
|
|
|