mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 18:39:01 +02:00
update sources-dist.json url
Updated version fetching commands to use a single curl command for each version.
This commit is contained in:
8
.github/workflows/version-checks.yml
vendored
8
.github/workflows/version-checks.yml
vendored
@@ -24,16 +24,16 @@ jobs:
|
||||
|
||||
- name: Fetch ioBroker and nodejs versions
|
||||
run: |
|
||||
curl -sL https://repo.iobroker.live/sources-dist.json | \
|
||||
curl -sL https://download.iobroker.net/sources-dist.json | \
|
||||
jq -r '."js-controller".version' > .github/dependencies/.js-controller-version
|
||||
echo "[LOG] Fetched js-controller version is $(cat .github/dependencies/.js-controller-version)"
|
||||
curl -sL https://repo.iobroker.live/sources-dist.json | \
|
||||
curl -sL https://download.iobroker.net/sources-dist.json | \
|
||||
jq -r '."admin".version' > .github/dependencies/.admin-version
|
||||
echo "[LOG] Fetched admin version is $(cat .github/dependencies/.admin-version)"
|
||||
curl -sL https://repo.iobroker.live/sources-dist.json | \
|
||||
curl -sL https://download.iobroker.net/sources-dist.json | \
|
||||
jq -r '."backitup".version' > .github/dependencies/.backitup-version
|
||||
echo "[LOG] Fetched backitup version is $(cat .github/dependencies/.backitup-version)"
|
||||
curl -sL https://repo.iobroker.live/sources-dist.json | \
|
||||
curl -sL https://download.iobroker.net/sources-dist.json | \
|
||||
jq -r '."discovery".version' > .github/dependencies/.discovery-version
|
||||
echo "[LOG] Fetched discovery version is $(cat .github/dependencies/.discovery-version)"
|
||||
curl -sL https://nodejs.org/dist/index.json | \
|
||||
|
||||
Reference in New Issue
Block a user