mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-31 11:56:14 +03:00
remove testing
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -40,8 +40,8 @@ jobs:
|
|||||||
pip install --upgrade platformio
|
pip install --upgrade platformio
|
||||||
|
|
||||||
- name: Build Firmware
|
- name: Build Firmware
|
||||||
run: echo "Testing... ${{ github.ref_name }}, ${{ steps.vars.outputs.sha_short }}" > ./sd-card/html/version.txt; mkdir -p ./code/.pio/build/esp32cam/; cd ./code/.pio/build/esp32cam/; echo "${{ steps.vars.outputs.sha_short }}" > firmware.bin; cp firmware.bin partitions.bin; cp firmware.bin bootloader.bin # Testing
|
#run: echo "Testing... ${{ github.ref_name }}, ${{ steps.vars.outputs.sha_short }}" > ./sd-card/html/version.txt; mkdir -p ./code/.pio/build/esp32cam/; cd ./code/.pio/build/esp32cam/; echo "${{ steps.vars.outputs.sha_short }}" > firmware.bin; cp firmware.bin partitions.bin; cp firmware.bin bootloader.bin # Testing
|
||||||
#run: cd code; platformio run --environment esp32cam
|
run: cd code; platformio run --environment esp32cam
|
||||||
|
|
||||||
- name: Store generated files in cache
|
- name: Store generated files in cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
Home Assistant Discovery Support
|
Home Assistant Discovery Support
|
||||||
|
|
||||||
**Make sure to read the instructions below carfully!**.
|
**Make sure to read the instructions below carfully!**.
|
||||||
|
|
||||||
1. Backup your configuration (use the `System -> Backup/Restore` page)!
|
1. Backup your configuration (use the `System -> Backup/Restore` page)!
|
||||||
1. You should update to `12.0.1` before you update to this release. All other migrations are not tested.
|
1. You should update to `12.0.1` before you update to this release. All other migrations are not tested.
|
||||||
1. Upload and update the `update-*.zip` file from this release.
|
1. Upload and update the `update-*.zip` file from this release.
|
||||||
|
|||||||
Reference in New Issue
Block a user