We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e6b72f + 57895ce commit 96f2145Copy full SHA for 96f2145
engine/Tools/SboxBuild/Steps/SyncPublicRepo.cs
@@ -508,7 +508,7 @@ private string PushToPublicRepository( string relativeRepoPath )
508
}
509
510
511
- if ( !Utility.RunProcess( "git", $"push public {PUBLIC_BRANCH} --force", relativeRepoPath ) )
+ if ( !Utility.RunProcess( "git", $"push public {PUBLIC_BRANCH}", relativeRepoPath ) )
512
{
513
Log.Error( "Failed to push to public repository" );
514
return null;
0 commit comments