Skip to content

Commit 2ffc990

Browse files
authored
Merge pull request #327 from watson-developer-cloud/hotfix-ci
ci(Updated python path):
2 parents 0ea7077 + 9d211a5 commit 2ffc990

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.secrets.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,
@@ -55,13 +55,13 @@
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
]

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ environment:
2020
install:
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
@@ -54,8 +55,6 @@ build:
5455
verbosity: minimal
5556
after_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

0 commit comments

Comments
 (0)