We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8d5f2 commit 99a906dCopy full SHA for 99a906d
gatsby-config.js
@@ -226,7 +226,6 @@ if (process.env.BUCKET_NAME) {
226
options: {
227
bucketName: process.env.BUCKET_NAME,
228
region: process.env.BUCKET_REGION,
229
- retainObjectsPatterns: ['pull-requests/**/*'],
230
protocol: 'https',
231
hostname: isProduction ? 'k6.io' : 'staging.k6.io',
232
},
0 commit comments