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

Upload method does not make commit in Codeship #157

Open
madole opened this issue Jun 4, 2018 · 0 comments
Open

Upload method does not make commit in Codeship #157

madole opened this issue Jun 4, 2018 · 0 comments

Comments

@madole
Copy link

madole commented Jun 4, 2018

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 🙏

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