@firestartr/cli 1.50.1-snapshot-11 → 1.50.1-snapshot-13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -309632,7 +309632,7 @@ class GroupGithubDecanter extends GithubDecanter {
|
|
|
309632
309632
|
this.__patchClaim({
|
|
309633
309633
|
op: 'add',
|
|
309634
309634
|
value: {
|
|
309635
|
-
github: { name:
|
|
309635
|
+
github: { name: `${this.data.groupDetails.name}`, org: this.org },
|
|
309636
309636
|
},
|
|
309637
309637
|
path: '/providers',
|
|
309638
309638
|
});
|
|
@@ -310353,7 +310353,7 @@ function getClaimPathFromCR(claimsBasePath, cr) {
|
|
|
310353
310353
|
FirestartrGithubRepository: 'components',
|
|
310354
310354
|
FirestartrGithubMembership: 'users',
|
|
310355
310355
|
};
|
|
310356
|
-
return external_path_.join(claimsBasePath, mapCrsToClaims[cr.kind], `${cr.metadata.
|
|
310356
|
+
return external_path_.join(claimsBasePath, mapCrsToClaims[cr.kind], `${cr.metadata.labels['claim-ref']}.yaml`.toLowerCase());
|
|
310357
310357
|
}
|
|
310358
310358
|
function getCrPath(crsBasePath, cr) {
|
|
310359
310359
|
return external_path_.join(crsBasePath, `${cr.kind}.${cr.metadata.name}.yaml`);
|