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

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