diff options
| author | Ben Busby <contact@benbusby.com> | 2025-02-25 15:38:33 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2025-02-25 15:38:33 -0700 |
| commit | f3ab726ceced4ca9ba197f7e85ef609567fd4559 (patch) | |
| tree | f21d3cb47896a1ccf87546ecb73d94a2a818e24e /.github | |
| parent | 4b19ad5228a3a8c47bc9fa1a246b9cdffbc9c49f (diff) | |
| download | farside-f3ab726ceced4ca9ba197f7e85ef609567fd4559.tar.gz | |
Add missing handling for 4get and LibreY, remove LibreX
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
