Skip to content

Commit

Permalink
Merge pull request #22 from salahhusa9/test-remove-pull
Browse files Browse the repository at this point in the history
Try
  • Loading branch information
salahhusa9 authored Nov 21, 2023
2 parents 4ad7705 + d00800f commit 8d56698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pipelines/GitPipe.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function handle($content, Closure $next)

Git::auth();
Git::fetch();
Git::pull();

$checkout = Git::checkout($version);

if ($checkout != 'TEST' and Updater::getCurrentVersion() != $version) {
Expand Down

0 comments on commit 8d56698

Please sign in to comment.