summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-11 15:12:09 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-11 15:12:09 +0000
commit384dc8d2eb9222746085f0274c625eb163eda88a (patch)
tree4c57f74c7fc5941531f1c6cafc24da4a4351b4ed
parentdb759870b43782bf86801a6b55d14af24445b121 (diff)
parentd559d36233b7661dd60e374cf9582be736e9787d (diff)
downloadmorph-baserock-14.46.tar.gz
Merge branch 'sam/fix-deploy'baserock-14.46
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Adam Coldrick <adam.coldrick@codethink.co.uk>
-rw-r--r--morphlib/plugins/deploy_plugin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index e795e637..dd0ba903 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -281,7 +281,6 @@ class DeployPlugin(cliapp.Plugin):
self.app.settings['tempdir-min-space'],
'/', 0)
- self.app.settings['no-git-update'] = True
cluster_filename = morphlib.util.sanitise_morphology_path(args[0])
ws = morphlib.workspace.open('.')