question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Push even if the build fails

See original GitHub issue

Until v4 the paths were pushed in parallel with the build, so the cache was populated even if the build would at the end fail. It seems that the current version updates the cache only if the build succeeds. This can be quite inconvenient for long builds. What do you think about running the Cachix: Pushing paths group even if Invoking nix-build failed?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
domenkozarcommented, Apr 21, 2020

This is fixed on master, I’m testing if it also works when the build timeouts.

2reactions
domenkozarcommented, Mar 14, 2020

Agreed, now that 0.3.7 is out I’ll bring that back in.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jenkins build failing to push code to GIT - Stack Overflow
It looks like it's a way to ensure that builds have gone through the intended workflow (merge requests). Share. Share a link to...
Read more >
Build failing at git push for pipeline - Atlassian Community
I used the AWS deploy S3 pipeline as a template. So the ci_scripts are pretty much the same. My build step is currently...
Read more >
Fails while tagging new release if remote was updated during ...
Expected behavior. Semantic Release pushes the Tag and finishes the build succesfully, even if the remote is updated in the meanwhile.
Read more >
Pushing to git remote fails - CloudBees Documentation
If you want to push to a remote git repository during your deployment steps on CodeShip, and the build fails with an error...
Read more >
What exactly should I do if my build fails in CI/CD process?
I pushed code which will fail tests and cause a build failure on push to github but the problem is my changes are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found