ci(deps): update `gitfast` to its new structure (#12922)

Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
This commit is contained in:
Felipe Contreras 2025-01-19 04:18:37 -06:00 committed by GitHub
parent 028d653632
commit 8c5b71b2f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,10 @@ dependencies:
version: tag:v2.1 version: tag:v2.1
postcopy: | postcopy: |
set -e set -e
rm -rf git-completion.plugin.zsh Makefile README.adoc t tools rm -rf git-completion.plugin.zsh Makefile t tools
test -e git-completion.zsh && mv -f git-completion.zsh _git mv README.adoc MANUAL.adoc
mv -f src/* .
rmdir src
plugins/gradle: plugins/gradle:
repo: gradle/gradle-completion repo: gradle/gradle-completion
branch: master branch: master