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

export-ignore in .gitattributes #46

Open
jbboehr opened this issue Jun 29, 2020 · 0 comments
Open

export-ignore in .gitattributes #46

jbboehr opened this issue Jun 29, 2020 · 0 comments

Comments

@jbboehr
Copy link

jbboehr commented Jun 29, 2020

I set up export-ignore in my .gitattributes because I have ~1MB of generated lockfiles that are totally only used by CI and wanted to save some space for the tarballs generated by GitHub, but it looks like the hercules-ci-agent might be fetching the sources from the tarballs (or something else that respects export-ignore).

I think it would make sense to NOT respect export-ignore, because, from my experience, testing files are marked this way and that's exactly what CI should do.

IIRC (and my memory may be totally wrong) builtins.fetchgit uses git archive which follows export-ignore but pkgs.fetchGit does not.

Not a huge deal, but would be nice to have.

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

No branches or pull requests

1 participant