Skip to content

Commit efbcb02

Browse files
authored
Merge pull request #239 from segmentio/repo-sync
repo sync
2 parents 9dc5737 + d3249b3 commit efbcb02

File tree

6 files changed

+2097
-56
lines changed

6 files changed

+2097
-56
lines changed

scripts/catalog_papi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const updateSources = async () => {
296296

297297
// output = "# AUTOGENERATED LIST OF CONNECTIONS THAT SUPPORT REGIONAL\n"
298298
// output += "# Last updated " + todayDate + " \n";
299-
output += yaml.dump({
299+
output = yaml.dump({
300300
sources: regionalSourcesUpdated
301301
}, options)
302302
fs.appendFileSync(path.resolve(__dirname, `../src/_data/catalog/regional-supported.yml`), output);
@@ -552,7 +552,7 @@ const updateWarehouses = async () => {
552552
fs.writeFileSync(path.resolve(__dirname,`../src/_data/catalog/regional-supported.yml`),output);
553553
console.log("warehouses done")
554554
}
555-
updateSources()
556555
updateWarehouses()
556+
updateSources()
557557
updateDestinations()
558558

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-02-23
2+
# destination categories last updated 2022-02-28
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2022-02-23
2+
# destination data last updated 2022-02-28
33
items:
44
- destination_id: 60b5d0a01f3726b85dc05aab
55
display_name: 2mee

0 commit comments

Comments
 (0)