File tree 3 files changed +3
-3
lines changed
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"
42
42
git config user.email " $commitAuthorEmail "
43
43
git config credential.helper " store --file=.git/credentials"
44
44
45
- echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
45
+ echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
46
46
47
47
git add -A
48
48
git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ git config user.name "$commitAuthorName"
72
72
git config user.email " $commitAuthorEmail "
73
73
git config credential.helper " store --file=.git/credentials"
74
74
75
- echo " https://${MATERIAL2_BUILDS_TOKEN } :@github.com" > .git/credentials
75
+ echo " https://${MATERIAL2_DOCS_CONTENT_TOKEN } :@github.com" > .git/credentials
76
76
77
77
git add -A
78
78
git commit -m " $commitMessage "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ if (process.env['TRAVIS']) {
42
42
config . capabilities = {
43
43
'browserName' : 'chrome' ,
44
44
'version' : 'latest' ,
45
- "chromedriverVersion" : "2.26 " ,
45
+ "chromedriverVersion" : "2.28 " ,
46
46
'tunnel-identifier' : process . env [ 'TRAVIS_JOB_ID' ] ,
47
47
'build' : process . env [ 'TRAVIS_JOB_ID' ] ,
48
48
'name' : 'Material E2E Tests' ,
You can’t perform that action at this time.
0 commit comments