You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Debian 9 in docker (btw the terminal messes up every time due to some terminal escape codes it goes to the top of the screen and then overwrites output which makes it hard to differentiate).
Dependencies have already been installed successfully:
$ pwsh
PowerShell 7.0.0
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /pwd> Install-Module AppVeyorBYOC -Scope CurrentUser -Force; Import-Module AppVeyorBYOC
Configuring 'Process' build cloud in AppVeyor A new AppVeyor build cloud 'cc4f10fbacca' has been added. Ensure build worker image is available for AppVeyor projects
AppVeyor build worker image 'Linux' already exists.
Installing AppVeyor Host AgentrBYOC
OS: Linux
Connect-AppVeyorToComputer -AppVeyorUrl https://ci.appveyor.com -ApiToken <token>
Downloading appveyor-host-agent.deb...
Installing Host Agent...cess...
Selecting previously unselected package appveyor-host-agent.
(Reading database ... 10397 files and directories currently installed.)
Preparing to unpack /tmp/appveyor-host-agent.deb ...
Unpacking appveyor-host-agent (7.0.2546) ...
Setting up appveyor-host-agent (7.0.2546) ...
Something went wrong and Host Agent was not installed
Connect-AppVeyorToComputer: Error installing Host Agent
Why does the deb only get installed when calling Connect-AppVeyorToComputer and not by the install procedure of Install-Module AppVeyorBYOC -Scope CurrentUser -Force?
Is there a direct repository where the debian agent package can be installed from?
The text was updated successfully, but these errors were encountered:
On Debian 9 in docker (btw the terminal messes up every time due to some terminal escape codes it goes to the top of the screen and then overwrites output which makes it hard to differentiate).
Dependencies have already been installed successfully:
Why does the deb only get installed when calling
Connect-AppVeyorToComputer
and not by the install procedure ofInstall-Module AppVeyorBYOC -Scope CurrentUser -Force
?Is there a direct repository where the debian agent package can be installed from?
The text was updated successfully, but these errors were encountered: