mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
DCD-386: Cleanups and clarifications.
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
set -e
|
||||
|
||||
# Use Ansible from virtualenv if provided
|
||||
# Install dev packages from Pipfile.loc if necessary.
|
||||
pipenv sync --dev
|
||||
|
||||
for role in `find roles/ -name molecule | sort`; do
|
||||
pushd `dirname $role`
|
||||
pipenv run molecule test --all
|
||||
pipenv run \
|
||||
molecule test --all
|
||||
popd
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user