Pass Sauce tunnel identifier correctly

This commit is contained in:
Steve Gravrock
2021-04-17 15:59:57 -07:00
parent d6fa9dd1a0
commit 9555cb9842
3 changed files with 7 additions and 7 deletions

View File

@@ -42,9 +42,7 @@ module.exports = {
browserVersion: process.env.SAUCE_BROWSER_VERSION,
build: `Core ${process.env.TRAVIS_BUILD_NUMBER || 'Ran locally'}`,
tags: ['Jasmine-Core'],
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
? process.env.TRAVIS_JOB_NUMBER.toString()
: null,
tunnelIdentifier: process.env.SAUCE_TUNNEL_IDENTIFIER,
username: process.env.SAUCE_USERNAME,
accessKey: process.env.SAUCE_ACCESS_KEY
}