appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Error calling octo tool: No such file or directory on Ubuntu2004 #3828

Closed olsh closed 1 year ago

olsh commented 2 years ago

I get error when I'm trying to use Octopus deploy provider on Ubuntu2004 image

Error calling octo tool: No such file or directory

Here is the appveyor.yml https://github.com/olsh/curl-to-csharp/blob/9ae4cafe66c0ccf41459379252819a099b1efdad/appveyor.yml

Here is the build log https://ci.appveyor.com/project/olsh/curl-to-csharp/builds/44024789

What do I do wrong?

FeodorFitsner commented 1 year ago

Looking into that. Sorry for the delay!

FeodorFitsner commented 1 year ago

It should be fixed now - could you give it another try please?

olsh commented 1 year ago

I still get the same error Here is the build https://ci.appveyor.com/project/olsh/curl-to-csharp/builds/44121053

FeodorFitsner commented 1 year ago

We've just updated Ubuntu images with correct path to octo tool. It should be working now - please give it another try.

olsh commented 1 year ago

It works now, thank you! 👍🏻