mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Use sync rather than install to use locked package versions.
This commit is contained in:
@@ -12,4 +12,4 @@ set -e
|
||||
|
||||
pip install pipenv
|
||||
|
||||
pipenv install
|
||||
pipenv sync
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user