Skip to content

Commit 7f09121

Browse files
disable downloads everywhere
1 parent 54d4513 commit 7f09121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/s3-sync.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ export async function downloadExistingDocsToLocal() {
6060
}),
6161
]
6262

63-
if (process.env.AWS_SHOULD_PUBLISH === 'yes') {
63+
/* if (process.env.AWS_SHOULD_PUBLISH === 'yes') {
6464
promises.push(
6565
executeS3Sync({
6666
from: `${apiDocsBucketUrl}/json-docs`,
6767
to: 'tmp/json-docs',
6868
})
6969
)
70-
}
70+
} */
7171

7272
// For parallel downloads
7373
return await Promise.all(promises)

0 commit comments

Comments
 (0)