mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Re-configured CI url in Helper and in default values for CI settings.
This commit is contained in:
parent
b5b0636502
commit
e7bf31b20e
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user