Use the correct parameter to create a public repository in Bitbucket Server.
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Use the correct parameter to create a public repository in Bitbucket Server.
|
||||
@@ -174,7 +174,7 @@ export class BitbucketPublisher implements PublisherBase {
|
||||
body: JSON.stringify({
|
||||
name: name,
|
||||
description: description,
|
||||
is_private: this.config.repoVisibility === 'private',
|
||||
public: this.config.repoVisibility === 'public',
|
||||
}),
|
||||
headers: {
|
||||
Authorization: this.getAuthorizationHeader(),
|
||||
|
||||
Reference in New Issue
Block a user