You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
When publishing with Lerna in Travis I commonly run into the issue with Travis not being able to push its commit because Travis clones in a detached head state.
Hi @dtothefp 👋
On the examples showed here we always assume that the user want to build from master. Travis has an option to specify a different branch (to allow): https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches That could help I think.
Keep in mind that the goal here was to publish/deploy/release from travis, looking to automatize such a task.
Hope this helps a bit 👍
When publishing with Lerna in Travis I commonly run into the issue with Travis not being able to push its commit because Travis clones in a detached head state.
https://stackoverflow.com/questions/32580821/how-can-i-customize-override-the-git-clone-step-in-travis-ci
Is there some sort of workout for this issue in this repo that I'm not seeing?
The text was updated successfully, but these errors were encountered: