mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
scripts/check-duplicates.sh: run in correct dir
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
2
.github/workflows/duplicates.yml
vendored
2
.github/workflows/duplicates.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: repoman
|
||||
name: duplicates
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
printf "\nChecking for duplicates....\n"
|
||||
|
||||
gentoo_location="/var/db/repos/gentoo"
|
||||
guru_location="../"
|
||||
guru_location="."
|
||||
|
||||
gentoo_packs=$(find ${gentoo_location} -mindepth 2 -maxdepth 2 -printf "%P\n" | sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/")
|
||||
guru_packs=$(find ${guru_location} -mindepth 2 -maxdepth 2 -printf "%P\n" | sort | grep -Ev "^(.git|.github|metadata|profiles|scripts)/")
|
||||
|
||||
Reference in New Issue
Block a user