Skip to content

Commit

Permalink
Revert "Improve development flow (#42)" (#44)
Browse files Browse the repository at this point in the history
This reverts commit f05cd31.
  • Loading branch information
inverse authored Aug 22, 2021
1 parent 7f5181c commit 3a19513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Update emoncms/config.json (faking)
run: |
cat <<< $(jq '. += { "image": "inversechi/hassio-emoncms-{arch}"}' emoncms/config.json) > emoncms/config.json
cat <<< $(jq '.version = "v1.1.1"' emoncms/config.json) > emoncms/config.json
- name: Test build
uses: home-assistant/builder@master
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Update emoncms/config.json
run: |
cat <<< $(jq '. += { "image": "inversechi/hassio-emoncms-{arch}"}' emoncms/config.json) > emoncms/config.json
cat <<< $(jq '.version = "${{ github.event.release.tag_name }}"' emoncms/config.json) > emoncms/config.json
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down
5 changes: 3 additions & 2 deletions emoncms/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Emoncms",
"version": "dev",
"version": "0.4.1",
"slug": "emoncms",
"description": "Emoncms is a powerful open-source web-app for processing, logging and visualising energy, temperature and other environmental data.",
"url": "https://github.com/inverse/hassio-addon-emoncms",
Expand Down Expand Up @@ -31,5 +31,6 @@
"remote_mysql_username": "str?",
"remote_mysql_password": "str?",
"remote_mysql_port": "int?"
}
},
"image": "inversechi/hassio-emoncms-{arch}"
}

0 comments on commit 3a19513

Please sign in to comment.