mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 19:03:06 -06:00
DCD-486: Add optional Docker installation.
This commit is contained in:
@@ -14,3 +14,4 @@ def test_user_prereq(host):
|
||||
def test_support_packages(host):
|
||||
assert host.file('/usr/bin/jq').exists
|
||||
assert host.file('/usr/bin/curl').exists
|
||||
assert not host.file('/usr/bin/docker').exists
|
||||
|
||||
Reference in New Issue
Block a user