GithubHelp home page GithubHelp logo

Comments (5)

Jossif avatar Jossif commented on July 28, 2024 2

Result of this is that the current version of extension is failing to upload the binary:

Z �[31m---------------------------------------------�[0m

2016-12-05T19:08:35.3202280Z �[31m-------------------WARNING-------------------�[0m

2016-12-05T19:08:35.3221110Z �[31m---------------------------------------------�[0m

2016-12-05T19:08:35.3238970Z You're using an old version of spaceship

2016-12-05T19:08:35.3254160Z To ensure spaceship and fastlane works

2016-12-05T19:08:35.3266990Z update to the latest version.

2016-12-05T19:08:35.3273570Z

2016-12-05T19:08:35.3286270Z Run [sudo] gem update spaceship

2016-12-05T19:08:35.3292820Z

2016-12-05T19:08:35.3305580Z or bundle update if you use bundler.

from app-store-vsts-extension.

Jossif avatar Jossif commented on July 28, 2024 2

That helped, thank you.

from app-store-vsts-extension.

ryuyu avatar ryuyu commented on July 28, 2024

Hmm.
The task should be running a gem install of the pilot/deliver tools when it runs.
It seems that it might be picking up a cached version from a previous run and not installing the new version.
To see if this clears up, can you clear the gem cache on your build machine and run the task again and see if it works/picks up the latest versions?

@madhurig It seems we might need some cache busting logic if this is the case.

from app-store-vsts-extension.

lawrencegripper avatar lawrencegripper commented on July 28, 2024

Hi,

Experiencing the same issue.

Just run "sudo gem source -c" on the build machine and waiting to see if the build now behaves, will update if that does the trick.

from app-store-vsts-extension.

lawrencegripper avatar lawrencegripper commented on July 28, 2024

Right, found a fix!

Looking at the code it's using the users home dir /.gem-cache as the cache location so I went and deleted that folder and all is well.

For example:

cd /usrs/username
rm -rf .gem-cache

from app-store-vsts-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.