Skip to content

Commit 0aa7e4e

Browse files
authored
Revert "Improve development flow (#42)"
This reverts commit f05cd31.
1 parent 7f5181c commit 0aa7e4e

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
steps:
3737
- name: Checkout the repository
3838
uses: actions/checkout@v2
39-
- name: Update emoncms/config.json (faking)
40-
run: |
41-
cat <<< $(jq '. += { "image": "inversechi/hassio-emoncms-{arch}"}' emoncms/config.json) > emoncms/config.json
42-
cat <<< $(jq '.version = "v1.1.1"' emoncms/config.json) > emoncms/config.json
4339
- name: Test build
4440
uses: home-assistant/builder@master
4541
with:

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v2
14-
- name: Update emoncms/config.json
15-
run: |
16-
cat <<< $(jq '. += { "image": "inversechi/hassio-emoncms-{arch}"}' emoncms/config.json) > emoncms/config.json
17-
cat <<< $(jq '.version = "${{ github.event.release.tag_name }}"' emoncms/config.json) > emoncms/config.json
1814
- name: Login to DockerHub
1915
uses: docker/login-action@v1
2016
with:

emoncms/config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Emoncms",
3-
"version": "dev",
3+
"version": "0.4.1",
44
"slug": "emoncms",
55
"description": "Emoncms is a powerful open-source web-app for processing, logging and visualising energy, temperature and other environmental data.",
66
"url": "https://github.com/inverse/hassio-addon-emoncms",
@@ -31,5 +31,6 @@
3131
"remote_mysql_username": "str?",
3232
"remote_mysql_password": "str?",
3333
"remote_mysql_port": "int?"
34-
}
34+
},
35+
"image": "inversechi/hassio-emoncms-{arch}"
3536
}

0 commit comments

Comments
 (0)