mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
common/travis/fetch_upstream.sh: remove now-unnecessary script
no longer needed now that the checkout script fetches the entire commit history of master and the PR branch
This commit is contained in:
parent
4410de52c1
commit
7249e827a1
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# changed_templates.sh
|
||||
|
||||
# required by git 2.35.2+
|
||||
git config --global --add safe.directory "$PWD"
|
||||
|
||||
/bin/echo -e '\x1b[32mFetching upstream...\x1b[0m'
|
||||
git fetch --depth 200 https://github.com/void-linux/void-packages.git master
|
Loading…
Add table
Reference in a new issue