Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BYOC - Connect-AppVeyorToComputer: Error installing Host Agent #714

Open
HariSekhon opened this issue Mar 18, 2020 · 0 comments
Open

BYOC - Connect-AppVeyorToComputer: Error installing Host Agent #714

HariSekhon opened this issue Mar 18, 2020 · 0 comments

Comments

@HariSekhon
Copy link

HariSekhon commented Mar 18, 2020

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:

apt-get install -y libcap2-bin libterm-ui-perl sudo sysvinit-utils
$ 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant