diff options
author | Bram <perl-rt@wizbit.be> | 2022-08-20 16:56:50 +0200 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2022-08-22 10:35:38 -0600 |
commit | 7acf0ac17ca540bf99553846c501101ee8ea9d28 (patch) | |
tree | b061036b0e210981ebd2fb3ee484cb45de8dc4be /regcomp.sym | |
parent | f7968da43ed14ca0a69dfd121cf9423d35ad5448 (diff) | |
download | perl-7acf0ac17ca540bf99553846c501101ee8ea9d28.tar.gz |
CI: Remove fetching of tags from sanity check
For the 'sanity check' CI the option `fetch-depth: 0` is used.
This causes it to fetch all branches *and* all tags with all history.
By doing `git fetch --depth=1 origin +refs/tags/*:refs/tags/*` it is
fetching all the tags again and in this case *discarding* all the history
of the tags and turning this into a shallow clone instead of a full clone.
-> Remove the fetching of tags from the sanity check CI since they were
already fetched with their full history.
(This is needed because in the next commit a check will be done to see
if the test is running in a shallow clone)
Diffstat (limited to 'regcomp.sym')
0 files changed, 0 insertions, 0 deletions