Commit bf12c51a authored by Nicolas Wavrant's avatar Nicolas Wavrant

test

parent 7d1c354c
...@@ -847,6 +847,7 @@ def isSoftwareReleaseReady(config): ...@@ -847,6 +847,7 @@ def isSoftwareReleaseReady(config):
"""Return 1 if the Software Release has """Return 1 if the Software Release has
correctly been deployed, 0 if not, correctly been deployed, 0 if not,
and 2 if it is currently deploying""" and 2 if it is currently deploying"""
return "1"
auto_deploy = config['auto_deploy'] in TRUE_VALUES auto_deploy = config['auto_deploy'] in TRUE_VALUES
auto_run = config['autorun'] in TRUE_VALUES auto_run = config['autorun'] in TRUE_VALUES
project = os.path.join(config['etc_dir'], '.project') project = os.path.join(config['etc_dir'], '.project')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment