Commit 9b32f0a
committed
Rename create_archive_if_{not_on_ci -> we_should}
This renames the private funciton `create_archive_if_not_on_ci` in
gix-testtols to `create_archive_if_we_should`, because it already
checks for much more than whether we are on CI to decide whether
or not to create the archive. This archive is also (already) not
created if we are running on Windows, if the archive destination is
excluded by being ignored in any `.gitignore`, or if Git LFS is in
use and the archive is an LFS pointer file.1 parent e5ebe8b commit 9b32f0a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
572 | | - | |
| 572 | + | |
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
| |||
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
647 | | - | |
| 647 | + | |
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| |||
0 commit comments