@firestartr/cli 1.50.1-snapshot → 1.50.1-snapshot-3
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 +1 -3
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -309919,7 +309919,6 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
309919
309919
|
version: this.VERSION(),
|
|
309920
309920
|
type: 'service',
|
|
309921
309921
|
lifecycle: 'production',
|
|
309922
|
-
system: `system:${this.org}-system`,
|
|
309923
309922
|
name: this.data.repoDetails.name,
|
|
309924
309923
|
};
|
|
309925
309924
|
}
|
|
@@ -310159,11 +310158,10 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
310159
310158
|
async __adaptInitializerBase(_claim) {
|
|
310160
310159
|
let githubRepoDefaultsFilePath;
|
|
310161
310160
|
try {
|
|
310162
|
-
githubRepoDefaultsFilePath = external_path_.join(getConfigPath(), 'resources', '
|
|
310161
|
+
githubRepoDefaultsFilePath = external_path_.join(getConfigPath(), 'resources', 'defaults_github_repository.yaml');
|
|
310163
310162
|
}
|
|
310164
310163
|
catch (e) {
|
|
310165
310164
|
importer_src_logger.warn('No config path set, using built-in defaults');
|
|
310166
|
-
console.log('No config path set, using built-in defaults');
|
|
310167
310165
|
githubRepoDefaultsFilePath = '';
|
|
310168
310166
|
}
|
|
310169
310167
|
let adapter;
|