Giter Site home page Giter Site logo

Comments (5)

ethanrubio avatar ethanrubio commented on August 26, 2024 1

This should be fixed now with this #32 PR. Please reopen if there are other issues.

from greenkeeper-lockfile.

finnp avatar finnp commented on August 26, 2024

Hey @dschep,

is this the greenkeeper/initial branch? Since the initial requests has multiple commits, it might be wrongfully detected as a second push.

from greenkeeper-lockfile.

dschep avatar dschep commented on August 26, 2024

Nope, it was a package upgrade branch (and only had 1 commit)

from greenkeeper-lockfile.

finnp avatar finnp commented on August 26, 2024

Do you see any reason why the detection of the numbers of commits in git-helpers.js could have failed for your setup?

I just tested this locally and it was fine. Might be helpful to ssh into the job on CircleCI to see what the result of that command is.

from greenkeeper-lockfile.

dschep avatar dschep commented on August 26, 2024

Nope, I tested the same branch and on the same docker image as our CI uses and couldn't reproduce it. Had other stuff to work on so I pretty much just homebrewed my own solution using the same tactic, but less logic:

- run: echo $CIRCLE_BRANCH | egrep '^greenkeeper/' && yarn || yarn --frozen-lockfile
# later..
- run: echo $CIRCLE_BRANCH | egrep '^greenkeeper/' && git add yarn.lock && git commit -m 'yarn' || true && git push origin $CIRCLE_BRANCH

from greenkeeper-lockfile.

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.