mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Revert "Moar tmp tweaks to try to debug the CI"
This reverts commit 16946372cc
.
This commit is contained in:
parent
bf6252ac1d
commit
74e73c470f
1 changed files with 0 additions and 4 deletions
|
@ -385,8 +385,6 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
||||||
domain_list_cache = {}
|
domain_list_cache = {}
|
||||||
_set_hostname(new_main_domain)
|
_set_hostname(new_main_domain)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
import traceback
|
|
||||||
traceback.print_exc()
|
|
||||||
logger.warning(str(e), exc_info=1)
|
logger.warning(str(e), exc_info=1)
|
||||||
raise YunohostError("main_domain_change_failed")
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
|
@ -394,8 +392,6 @@ def domain_main_domain(operation_logger, new_main_domain=None):
|
||||||
try:
|
try:
|
||||||
app_ssowatconf()
|
app_ssowatconf()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
import traceback
|
|
||||||
traceback.print_exc()
|
|
||||||
logger.warning(str(e), exc_info=1)
|
logger.warning(str(e), exc_info=1)
|
||||||
raise YunohostError("main_domain_change_failed")
|
raise YunohostError("main_domain_change_failed")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue