Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
f8533cd6
Commit
f8533cd6
authored
Dec 26, 2019
by
Jehonathan Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update buildbot cred
parent
035e66d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
build.ps1
.build/build.ps1
+1
-1
appveyor.yml
appveyor.yml
+2
-2
No files found.
.build/build.ps1
View file @
f8533cd6
...
@@ -120,7 +120,7 @@ Task Document -depends Build {
...
@@ -120,7 +120,7 @@ Task Document -depends Build {
git config --global credential.helper store
git config --global credential.helper store
Add-Content
"
$HOME
\.git-credentials"
"https://
$(
$env
:github_access_token
)
:x-oauth-basic@github.com
`n
"
Add-Content
"
$HOME
\.git-credentials"
"https://
$(
$env
:github_access_token
)
:x-oauth-basic@github.com
`n
"
git config --global user.email
$env
:github_email
git config --global user.email
$env
:github_email
git config --global user.name
"buildbot1
2
1"
git config --global user.name
"buildbot1
7
1"
git add
.
-A
git add
.
-A
git commit -m
"API documentation update by build server"
git commit -m
"API documentation update by build server"
git push origin master
git push origin master
...
...
appveyor.yml
View file @
f8533cd6
...
@@ -45,7 +45,7 @@ test_script:
...
@@ -45,7 +45,7 @@ test_script:
skip_tags
:
true
skip_tags
:
true
skip_commits
:
skip_commits
:
author
:
buildbot1
2
1
author
:
buildbot1
7
1
files
:
files
:
-
docs/*
-
docs/*
-
.vscode/*
-
.vscode/*
...
@@ -64,7 +64,7 @@ artifacts:
...
@@ -64,7 +64,7 @@ artifacts:
environment
:
environment
:
github_access_token
:
github_access_token
:
secure
:
BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm
secure
:
mZLeq0GTB9kb5b6+HnVpJB6hhiYMJIQ2+Zf/DwZ/LEIyxJaYB1nx36aGHXE9q1cN
github_email
:
github_email
:
secure
:
wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
secure
:
wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
nuget_access_token
:
nuget_access_token
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment