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

fix: Fix git push in print-topology #222

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

lucianextr
Copy link

print-topology workflow fails when called from multiple jobs within a workflow, with the error below:

error: failed to push some refs to 'https://github.com/extenda/hiiretail-item-category-stream-processor'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. If you want to integrate the remote changes,
hint: use 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

Solution: sync local branch to the remote one so that each new job will reference the latest commit in remote branch that has been pushed by a previous job

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

Successfully merging this pull request may close these issues.

2 participants