Skip to content

Commit

Permalink
Merge branch 'hotfix-2.1.1' into 'master'
Browse files Browse the repository at this point in the history
Hotfix 2.1.1

See merge request hand-yanqianyun-yq-devops/choerodon-starters!19
  • Loading branch information
王灏 committed Jul 29, 2022
2 parents b54e41d + ab3f718 commit 6744467
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ public InputStream getRawBlobContent(Integer projectId, String sha) throws GitLa
*/
public InputStream getRepositoryArchive(Integer projectId, String sha) throws GitLabApiException {
Form formData = new GitLabApiForm().withParam("sha", sha);
Response response = getWithAccepts(Response.Status.OK, formData.asMap(), MediaType.MEDIA_TYPE_WILDCARD,
Response response = getWithAccepts(Response.Status.OK, formData.asMap(), MediaType.WILDCARD,
"projects", projectId, "repository", "archive");
return (response.readEntity(InputStream.class));
}
Expand Down
2 changes: 1 addition & 1 deletion choerodon-starter-asgard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
</dependencies>


</project>
</project>
2 changes: 1 addition & 1 deletion choerodon-starter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
</dependencies>


</project>
</project>
2 changes: 1 addition & 1 deletion choerodon-starter-fragment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
<artifactId>hzero-starter-core</artifactId>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion choerodon-starter-only-office/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@

</dependencies>

</project>
</project>

0 comments on commit 6744467

Please sign in to comment.