-
Notifications
You must be signed in to change notification settings - Fork 0
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
--git-range fails on GitHub CI #2
Comments
Ah, I vaguely remember something like this. Maybe try to |
Hmm, neither of the following seems to work :/ git fetch origin master:latest_master && bioconda-utils lint tools config.yml --exclude missing_hash missing_tests --git-range latest_master HEAD git fetch origin master && bioconda-utils lint tools config.yml --exclude missing_hash missing_tests --git-range FETCH_HEAD HEAD |
Oh, sorry, I didn't look at the context of what you were doing overall. |
Maybe |
This did indeed do the trick :) |
Hi @mbargull,
maybe you can help.
Your suggestion in actions/checkout#160 indeed works for
git diff
, but unfortunately not for thebioconda-utils
--git-range
parameter.I tried
modules/.github/workflows/build.yml
Lines 29 to 30 in e43419a
but it still fails with
Any idea what could be the problem?
Thanks,
Gregor
Full log
The text was updated successfully, but these errors were encountered: