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

cli: reana-dev git-upgrade fails silently #137

Open
diegodelemos opened this issue Mar 7, 2019 · 0 comments
Open

cli: reana-dev git-upgrade fails silently #137

diegodelemos opened this issue Mar 7, 2019 · 0 comments
Labels

Comments

@diegodelemos
Copy link
Member

When running git-upgrades sometimes it happens that a component update fails and then the next ones are not called.

$ reana-dev git-upgrade
[pytest-reana] git fetch upstream
[pytest-reana] git checkout master
Already on 'master'
[pytest-reana] git merge --ff-only upstream/master
Already up to date.
[pytest-reana] git push origin master
Everything up-to-date
[pytest-reana] git checkout -
Already on 'master'
[reana-workflow-engine-yadage] git fetch upstream
[reana-workflow-engine-yadage] git checkout master
Already on 'master'
Your branch is up to date with 'origin/master'.
[reana-workflow-engine-yadage] git merge --ff-only upstream/master
Already up to date.
[reana-workflow-engine-yadage] git push origin master
Everything up-to-date
[reana-workflow-engine-yadage] git checkout -
Already on 'master'
Your branch is up to date with 'origin/master'.

So, in this case, it would fail after upgrading R-W-E-Yadage so next components in the queue won't be upgraded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant