greenkeeperio/greenkeeper-lockfile

Upload method does not make commit in Codeship

Opened this issue · 0 comments

We've implemented greekeeper-lockfile in our project, we can see the Lockfile is updated during the Update step, but there are no logs generated in the Upload step and nothing happens.

The step doesn't fail but there's nothing to say if the git push gk-origin ... has happened or not.

When we check the branch back in Github, we find out that it wasn't successful.

Our setup is:

- name: "greenkeeper: update lockfile"
  tag: ^greenkeeper/
  service: package
  command: ./node_modules/.bin/greenkeeper-lockfile-update
- name: "greenkeeper: push lockfile"
  tag: ^greenkeeper/
  service: package
  command: ./node_modules/.bin/greenkeeper-lockfile-upload

In codeship for this step, we see the following:
image

No indication that the code has even ran.

The github token is provided successfully as I've hacked in some logs and can run all the steps locally fine but just on Codeship, nothing happens.

It'd be great if we could get some help on this.

Thanks 🙏