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

Corrige l'erreur de DefaultRemoteStrategy::push.

parent fdb9487f
No related merge requests found
Pipeline #13432 failed with stages
in 47 seconds
Showing with 1 addition and 0 deletions
+1 -0
......@@ -67,5 +67,6 @@ 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