Skip to content
Snippets Groups Projects
Commit 22b01b27 authored by James Sansbury's avatar James Sansbury Committed by Neil Drumm
Browse files

Issue #3515790: Increase Tugboat Preview expiration to 30 days

parent dee2e4ac
No related branches found
No related tags found
1 merge request!331Issue #3515790: Increase Tugboat Preview expiration to 30 days
......@@ -215,7 +215,7 @@ class TugboatPreview {
'ref' => $this->merge_request_id,
'repo' => $this->repository_id,
'name' => $this->source_branch,
'expires' => date('c', strtotime('+5 days')),
'expires' => date('c', strtotime(variable_get('tugboat_preview_expires_datetime', '+30 days'))),
'type' => 'pullrequest',
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment