remove testing

This commit is contained in:
Frank Haverland
2022-11-28 20:24:35 +01:00
parent e85c0b0f6e
commit 3fd797ec3e
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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.