-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #286 from buanet/v7.1.0-beta.1
V7.1.0 beta.1
- Loading branch information
Showing
13 changed files
with
216 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v7.0.1 | ||
v7.1.0-beta.1 |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Check js-controller release | ||
name: Check ioBroker versions | ||
|
||
on: | ||
schedule: | ||
|
@@ -15,13 +15,20 @@ jobs: | |
repository: 'buanet/ioBroker.docker' | ||
token: ${{ secrets.ACTIONS_PAT }} | ||
|
||
- name: Fetch js-controller release version | ||
- name: Fetch ioBroker versions | ||
run: | | ||
curl -sL https://repo.iobroker.live/sources-dist.json | \ | ||
jq -r '."js-controller".version' > .github/dependencies/.js-controller-version | ||
# curl -sL https://api.github.com/repos/ioBroker/ioBroker.js-controller/releases/latest | \ | ||
# jq -r ".tag_name" > .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 | \ | ||
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 | \ | ||
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 | \ | ||
jq -r '."discovery".version' > .github/dependencies/.discovery-version | ||
echo "[LOG] Fetched discovery version is $(cat .github/dependencies/.discovery-version)" | ||
- name: Check for modified files | ||
id: git-check | ||
|
@@ -32,7 +39,7 @@ jobs: | |
run: | | ||
git config --global user.name 'buanet' | ||
git config --global user.email '[email protected]' | ||
git commit -am "new js-controller release" | ||
git commit -am "new ioBroker versions" | ||
git push | ||
- name: Trigger build debian latest (buanet) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters