DCD-386: Use sync rather than install to use locked package versions.

This commit is contained in:
Steve Smith
2019-06-13 15:24:31 +10:00
parent 267da04e40
commit 8925cd5af9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ set -e
pip install pipenv pip install pipenv
pipenv install pipenv sync

View File

@@ -3,7 +3,7 @@
set -e set -e
# Use Ansible from virtualenv if provided # Use Ansible from virtualenv if provided
pipenv install molecule docker six pipenv sync --dev
for role in `find roles/ -name molecule | sort`; do for role in `find roles/ -name molecule | sort`; do
pushd `dirname $role` pushd `dirname $role`