File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "exclude_regex": null,
3- "generated_at": "2019-01-16T21:44:14Z ",
3+ "generated_at": "2019-01-16T21:58:27Z ",
44 "plugins_used": [
55 {
66 "base64_limit": 4.5,
5555 {
5656 "hashed_secret": "c51238bc51c3b0abee7f61d90c414aec89009734",
5757 "is_secret": false,
58- "line_number": 47 ,
58+ "line_number": 48 ,
5959 "type": "Basic Auth Credentials"
6060 },
6161 {
6262 "hashed_secret": "3f820839b94508b2a9dc3b3e6e1149080af8780c",
6363 "is_secret": false,
64- "line_number": 84 ,
64+ "line_number": 83 ,
6565 "type": "Basic Auth Credentials"
6666 }
6767 ]
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ environment:
2020install :
2121# Get the latest stable version of Node.js or io.js
2222- ps : Install-Product node $env:nodejs_version
23+ - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
2324# install modules
2425- pip install --user git+git://github.com/smsearcy/bumpversion.git@issue-135
2526- npm install @semantic-release/exec
5455 verbosity : minimal
5556after_build :
5657- ps : >-
57- $env:Path = $env:Path + ";" + $HOME + "\AppData\Roaming\Python\Python37\Scripts"
58- $env:Path = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:Path"
5958 git config --global user.email "[email protected] " 6059 git config --global user.name "Watson Github Bot"
6160
You can’t perform that action at this time.
0 commit comments