Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 39842c7..0b271a9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,12 +32,12 @@ for:
# https://github.com/appveyor/ci/issues/715
install:
- - appveyor AddMessage "Enabling self-signed drivers..."
+ - appveyor.exe AddMessage "Enabling self-signed drivers..."
- bcdedit.exe /set TESTSIGNING ON
- - appveyor AddMessage "Rebooting the worker..."
+ - appveyor.exe AddMessage "Rebooting the worker..."
- ps: Restart-Computer -Force
- ps: Start-Sleep -s 10
- - appveyor AddMessage "OK"
+ - appveyor.exe AddMessage "OK"
test_script:
- ps: .\.appveyor\test.ps1