Skip to content

Commit 998cf06

Browse files
authored
Merge pull request #482 from contentstack/feature/workflow
workflow test
2 parents c82ef58 + 0d670fb commit 998cf06

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

upload-api/migration-sitecore/constants/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ const MIGRATION_DATA_CONFIG = {
4040
GLOBAL_FIELDS_FILE: "globalfields",
4141
GLOBAL_FIELDS_FILE_NAME : "globalfields.json",
4242

43+
44+
4345
EXPORT_INFO_FILE: "export-info.json"
4446
}
4547
module.exports = {

upload-api/migration-wordpress/config/index.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"dirName": "posts",
4747
"fileName": "en-us.json",
4848
"masterfile": "posts.json"
49+
4950
}
5051
}
5152
}

upload-api/src/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
bucketName: 'migartion-test',
1313
buketKey: 'project/package 45.zip'
1414
},
15+
1516
localPath: '/home/gaurishn/Documents/contentstack/sitetitle.xml' //package 45.zip'
1617
// localPath: '/Users/umesh.more/Documents/ui-migration/migration-v2-node-server/upload-api/extracted_files/package 45.zip'
1718
};

0 commit comments

Comments
 (0)