mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-686: Need to force update on Ubuntu.
This commit is contained in:
@@ -46,7 +46,7 @@ class Step:
|
||||
|
||||
|
||||
class ScriptCommand:
|
||||
PACKAGE_INSTALL_COMMAND = "./bin/install-ansible --dev"
|
||||
PACKAGE_INSTALL_COMMAND = "apt-get update && ./bin/install-ansible --dev"
|
||||
|
||||
def __init__(self, test_command):
|
||||
self.test_command = test_command
|
||||
|
||||
Reference in New Issue
Block a user