karma: add `v4` in Browserstack build ID (#32502)

This commit is contained in:
XhmikosR 2021-01-08 10:05:56 +02:00 committed by GitHub
parent d1e0610a45
commit 4620b9838b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ if (bundle) {
conf.browserStack = {
username: process.env.BROWSER_STACK_USERNAME,
accessKey: process.env.BROWSER_STACK_ACCESS_KEY,
build: `bootstrap-${new Date().toISOString()}`,
build: `bootstrap-v4-${new Date().toISOString()}`,
project: 'Bootstrap',
retryLimit: 2
}