Commit ed4d3236 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CS.

parent 279b4d9c
No related merge requests found
Pipeline #46108 failed with stages
in 9 seconds
Showing with 1 addition and 0 deletions
+1 -0
......@@ -67,6 +67,7 @@ final class DefaultRemoteStrategy extends NoRemoteStrategy
$workingCopy->push('--force', $this->remote, ...$refs);
$this->logger->notice("Successfully pushed to $this->remote: " . implode(', ', $refs));
$workingCopy->run('prune');
return true;
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment