diff --git a/op5build/ci_config.yml b/op5build/ci_config.yml index b3ee1f9d4..3a9bf0898 100644 --- a/op5build/ci_config.yml +++ b/op5build/ci_config.yml @@ -1,8 +1,8 @@ post: install: - libyaml + steps: | - timedatectl set-timezone Europe/Stockholm if [ -f /etc/init.d/httpd ]; then service httpd restart; fi if [ -f /etc/init.d/mysqld ]; then service mysqld restart; fi