mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-686: Update pipelines config.
This commit is contained in:
@@ -12,3 +12,12 @@ fi
|
||||
ansible \
|
||||
python-boto3 \
|
||||
python-botocore
|
||||
|
||||
if [[ $1 == "--dev" ]]; then
|
||||
./bin/pacapt install --noconfirm \
|
||||
python-dev python-pip \
|
||||
python3-dev python3-pip
|
||||
|
||||
pip install pipenv
|
||||
pipenv sync --dev
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user