mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
chore(actions): remove it from seeing internal
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Validate all
|
||||
run: |
|
||||
failed=0
|
||||
for dir in /tmp/workspace/resourcepacks/external/*/ /tmp/workspace/resourcepacks/internal/*/; do
|
||||
for dir in /tmp/workspace/resourcepacks/external/*/; do
|
||||
[ -d "$dir" ] || continue
|
||||
echo "Validating $(basename $dir)"
|
||||
java -jar /tmp/rpv.jar -rp "$dir" -config /tmp/workspace/rpv-config.json || failed=1
|
||||
|
||||
Reference in New Issue
Block a user