31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-05 06:50:48 +00:00

Re-configured CI url in Helper and in default values for CI settings.

This commit is contained in:
Sebastian Enns 2019-09-18 15:13:24 +02:00
parent b5b0636502
commit e7bf31b20e
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ abstract class Helper
$options = new Registry;
// Set CI server address for the request
$options->set('server.url', $params->get('ci_server', 'https://ci.joomla.org'));
$options->set('server.url', $params->get('ci_server', 'https://ci.joomla.org:444'));
// Set name of the zip archive
$options->set('zip.name', 'build.zip');
@ -88,7 +88,7 @@ abstract class Helper
$options->set('folder.backups', JPATH_COMPONENT . '/backups');
// Set full url for addressing the file
$options->set('zip.url', $options->get('server.url') . '/artifacts/joomla-cms/4.0-dev/%s/patchtester/' . $options->get('zip.name'));
$options->set('zip.url', $options->get('server.url') . '/artifacts/joomla/joomla-cms/4.0-dev/%s/patchtester/' . $options->get('zip.name'));
return $options;
}

View File

@ -109,7 +109,7 @@
label="COM_PATCHTESTER_FIELD_CI_SERVER_NAME"
description="COM_PATCHTESTER_FIELD_CI_SERVER_NAME_DESC"
autocomplete="off"
default="https://ci.joomla.org"
default="https://ci.joomla.org:444"
/>
<field