From f3ab726ceced4ca9ba197f7e85ef609567fd4559 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 25 Feb 2025 15:38:33 -0700 Subject: Add missing handling for 4get and LibreY, remove LibreX --- .github/workflows/update-instances.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index f52d73d..d099f37 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -251,12 +251,6 @@ jobs: .clearnet] | sort' > librey-tmp.json - jq --slurpfile librex librey-tmp.json \ - '( .[] | select(.type == "librex") ) - .instances |= $librex[0]' services-full.json > services-tmp.json - - mv services-tmp.json services-full.json - jq --slurpfile librey librey-tmp.json \ '( .[] | select(.type == "librey") ) .instances |= $librey[0]' services-full.json > services-tmp.json -- cgit v1.2.3