summaryrefslogtreecommitdiff
path: root/templates/ci
diff options
context:
space:
mode:
authorCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-15 01:09:39 +0000
committerCarlos Konstanski <carlos.konstanski@verizonwireless.com>2017-11-15 01:09:39 +0000
commitcf291ef708d38a8d6b43c796ca6f123daea0a373 (patch)
tree6c475e63f0bc4441f0ea1202ac0c2d3f1408ada7 /templates/ci
parent057a9d37643b682f9e67055b20e08443acf99a52 (diff)
autocommit Wed Nov 15 01:09:39 UTC 2017
Diffstat (limited to 'templates/ci')
-rwxr-xr-xtemplates/ci/openbookctl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/ci/openbookctl b/templates/ci/openbookctl
index dda8ee4..0563a16 100755
--- a/templates/ci/openbookctl
+++ b/templates/ci/openbookctl
@@ -61,22 +61,22 @@ do_start() {
do_stop() {
{% if "True" == openbook_install_customer_web_ui|string() %}
- docker stop customer_web_ui_develop
+ docker stop customer_web_ui_unstable
{% endif %}
{% if "True" == openbook_install_admin_web_ui|string() %}
- docker stop admin_web_ui_develop
+ docker stop admin_web_ui_unstable
{% endif %}
{% if "True" == openbook_install_customer_api_server|string() %}
- docker stop customer_api_server_develop
+ docker stop customer_api_server_unstable
{% endif %}
{% if "True" == openbook_install_admin_api_server|string() %}
- docker stop admin_api_server_develop
+ docker stop admin_api_server_unstable
{% endif %}
{% if "True" == openbook_install_workflow_server|string() %}
- docker stop workflow_server_develop
+ docker stop workflow_server_unstable
{% endif %}
{% if "True" == openbook_install_job_scheduler_server|string() %}
- docker stop job_scheduler_server_develop
+ docker stop job_scheduler_server_unstable
{% endif %}
{% if "True" == openbook_install_database|string() %}
docker stop database