diff options
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 |
