Skip to content

Commit 0424207

Browse files
committed
fixed git pull issue for packages
1 parent c2a0294 commit 0424207

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/server/appsmith-server/src/main/java/com/appsmith/server/git/central/CentralGitServiceCEImpl.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,6 +1987,8 @@ private Mono<GitPullDTO> pullAndRehydrateArtifact(
19871987
importedBranchedArtifact
19881988
.getGitArtifactMetadata()
19891989
.getIsRepoPrivate()))
1990+
.flatMap(importedArtifact ->
1991+
gitArtifactHelper.getArtifactById(importedArtifact.getId(), null))
19901992
.flatMap(importedBranchedArtifact -> {
19911993
return gitArtifactHelper
19921994
.publishArtifact(importedBranchedArtifact, false)

0 commit comments

Comments
 (0)