DCD-686: Need to force update on Ubuntu.

This commit is contained in:
Steve Smith
2019-10-04 11:43:19 +10:00
parent 5e85f71ae8
commit b82ab6327a
2 changed files with 29 additions and 29 deletions

View File

@@ -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