more unique container name
This commit is contained in:
		@@ -86,7 +86,7 @@ function getContainerStatus(Server $server, string $container_id, bool $all_data
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
function generateApplicationContainerName(string $uuid, int $pull_request_id = 0)
 | 
					function generateApplicationContainerName(string $uuid, int $pull_request_id = 0)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    $now = now()->format('YmdHis');
 | 
					    $now = now()->format('Hisu');
 | 
				
			||||||
    if ($pull_request_id !== 0 && $pull_request_id !== null) {
 | 
					    if ($pull_request_id !== 0 && $pull_request_id !== null) {
 | 
				
			||||||
        return $uuid . '-pr-' . $pull_request_id . '-' . $now;
 | 
					        return $uuid . '-pr-' . $pull_request_id . '-' . $now;
 | 
				
			||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user