Closed frju365 closed 6 years ago
I tested with the CI, and the is a problem :
2017-09-16 12:41:01,795 INFO yunohost.hook <lambda> - [1031.1] + curl -kL -X POST https://sous.domain.tld/path/admin/install.php --data install=dummy 2017-09-16 12:41:01,814 INFO yunohost.hook <lambda> - [1031.1] + ynh_mysql_connect_as yourls pass yourls 2017-09-16 12:41:01,815 INFO yunohost.hook <lambda> - [1031.1] + mysql -u yourls --password=pass -B yourls 2017-09-16 12:41:01,820 WARNING yunohost.hook <lambda> - [1031.1] ERROR 1146 (42S02) at line 1: Table 'yourls.yourls_options' doesn't exist 2017-09-16 12:41:01,820 INFO yunohost.hook <lambda> - [1031.1] + ynh_exit_properly 2017-09-16 12:41:01,820 INFO yunohost.hook <lambda> - [1031.1] + exit_code=1 2017-09-16 12:41:01,820 INFO yunohost.hook <lambda> - [1031.1] + '[' 1 -eq 0 ']' 2017-09-16 12:41:01,820 INFO yunohost.hook <lambda> - [1031.1] + trap '' EXIT 2017-09-16 12:41:01,820 WARNING yunohost.hook <lambda> - [1031.1] !! 2017-09-16 12:41:01,821 INFO yunohost.hook <lambda> - [1031.1] + set +eu 2017-09-16 12:41:01,821 WARNING yunohost.hook <lambda> - [1031.1] yourls's script has encountered an error. Its execution was cancelled. 2017-09-16 12:41:01,821 INFO yunohost.hook <lambda> - [1031.1] + echo -e '!!\n yourls'\''s script has encountered an error. Its execution was cancelled.\n!!' 2017-09-16 12:41:01,821 WARNING yunohost.hook <lambda> - [1031.1] !! 2017-09-16 12:41:01,821 INFO yunohost.hook <lambda> - [1031.1] + type -t ynh_clean_setup
Was this solved?
This has been fixed now https://ci-apps.yunohost.org/jenkins/job/yourls%20%28Community%29/lastBuild/console
I tested with the CI, and the is a problem :