File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ git config user.name "$commitAuthorName"
4242git config user.email " $commitAuthorEmail "
4343git config credential.helper " store --file=.git/credentials"
4444
45- echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
45+ echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
4646
4747git add -A
4848git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
7272git config user.email " $commitAuthorEmail "
7373git config credential.helper " store --file=.git/credentials"
7474
75- echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
75+ echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
7676
7777git add -A
7878git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if (process.env['TRAVIS']) {
4242 config . capabilities = {
4343 'browserName' : 'chrome' ,
4444 'version' : 'latest' ,
45- "chromedriverVersion" : "2.26 " ,
45+ "chromedriverVersion" : "2.28 " ,
4646 'tunnel-identifier' : process . env [ 'TRAVIS_JOB_ID' ] ,
4747 'build' : process . env [ 'TRAVIS_JOB_ID' ] ,
4848 'name' : 'Material E2E Tests' ,
You can’t perform that action at this time.
0 commit comments