DCD-686: Update pipelines config.

This commit is contained in:
Steve Smith
2019-10-04 11:39:43 +10:00
parent 6a940a7183
commit 5e85f71ae8
5 changed files with 43 additions and 63 deletions

View File

@@ -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