summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2023-04-13 12:30:46 -0600
committerBen Busby <contact@benbusby.com>2023-04-13 12:30:46 -0600
commit6ff757425adaa9c0bde631ac39a68cb90dc98760 (patch)
tree93e837d4fd19741b1b95bfc4aee7238b30ce482a
parent98f793d4c72c58e792692e2ccefc40c326ad1eb8 (diff)
downloadfarside-6ff757425adaa9c0bde631ac39a68cb90dc98760.tar.gz
Remove SimplyTranslate from nightly update
The ST website has been down for > 1 week, which seems to indicate that it isn't coming back online anytime soon. Should reevaluate later to see if it's back. Individual instances seem to be working fine.
-rw-r--r--.github/workflows/update-instances.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml
index 3eb126f..88d59da 100644
--- a/.github/workflows/update-instances.yml
+++ b/.github/workflows/update-instances.yml
@@ -112,15 +112,18 @@ jobs:
# ==============================================================
# SimplyTranslate update
# ==============================================================
- curl -s https://simple-web.org/instances/simplytranslate > st-out
- sed -i -e 's/^/https:\/\//' st-out
- jq -ncR '[inputs]' <<< "$(cat st-out | sort)" > st-tmp.json
+ # TODO: simple-web.org seems to have been down for >1 week (13 Apr 2023)
+ # This needs to be reevaluated later to see if this is a permanent
+ # issue.
+ #curl -s https://simple-web.org/instances/simplytranslate > st-out
+ #sed -i -e 's/^/https:\/\//' st-out
+ #jq -ncR '[inputs]' <<< "$(cat st-out | sort)" > st-tmp.json
- jq --slurpfile simplytranslate st-tmp.json \
- '( .[] | select(.type == "simplytranslate") )
- .instances |= $simplytranslate[0]' services-full.json > services-tmp.json
+ #jq --slurpfile simplytranslate st-tmp.json \
+ #'( .[] | select(.type == "simplytranslate") )
+ #.instances |= $simplytranslate[0]' services-full.json > services-tmp.json
- apply_update
+ #apply_update
# ==============================================================
# Whoogle update