Skip to content

Commit 77d661b

Browse files
authored
chore: adds SKIP_RELEASE_CHANGELOG_VALIDATION_FOR_BRANCHES to verify-mocha-results allow list (#28582)
1 parent fd02263 commit 77d661b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/verify-mocha-results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ console.log(`Looking for reports in ${REPORTS_PATH}`)
3232
// https://circleci.com/blog/keep-environment-variables-private-with-secret-masking/
3333
function isWhitelistedEnv (key, value) {
3434
return ['true', 'false', 'TRUE', 'FALSE'].includes(value)
35-
|| ['nodejs_version', 'CF_DOMAIN'].includes(key)
35+
|| ['nodejs_version', 'CF_DOMAIN', 'SKIP_RELEASE_CHANGELOG_VALIDATION_FOR_BRANCHES'].includes(key)
3636
|| value.length < 4
3737
}
3838

0 commit comments

Comments
 (0)