From 897804cef29e4d7d851985eab921ffad8106b0cf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 26 Apr 2017 16:07:35 +0300 Subject: add back stuff for selenium tests --- utils/gitlab-ci/config-template.php | 207 ++++++++++++++++++++++++++++++++++++ 1 file changed, 207 insertions(+) create mode 100644 utils/gitlab-ci/config-template.php (limited to 'utils/gitlab-ci/config-template.php') diff --git a/utils/gitlab-ci/config-template.php b/utils/gitlab-ci/config-template.php new file mode 100644 index 000000000..abe34442e --- /dev/null +++ b/utils/gitlab-ci/config-template.php @@ -0,0 +1,207 @@ + System), syslog - logs to system log. + // Setting this to blank uses PHP logging (usually to http server + // error.log). + + define('CONFIG_VERSION', 26); + // Expected config version. Please update this option in config.php + // if necessary (after migrating all new options from this file). + + // vim:ft=php -- cgit v1.2.3