Skip to content

Commit

Permalink
Clarify message
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlig committed Feb 17, 2024
1 parent 0f6e817 commit 75496c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ jobs:
- -c
- |
PLATFORMIO_CORE_DIR=$(readlink -f "$PLATFORMIO_CORE_DIR")
echo Now we have "$(pio --version)" with cache of size "$(du -hs $PLATFORMIO_CORE_DIR)"
echo Now we have "$(pio --version)" with core_dir of size "$(du -hs $PLATFORMIO_CORE_DIR)"
pio run --environment tasmota --project-dir tasmota-source/arendst-Tasmota-*/
cp tasmota-source/arendst-Tasmota-*/.pio/build/tasmota/firmware.bin firmware
ls -al firmware
# TODO put firmware into a publically accessible S3 bucket
# TODO Send a notification once we build on new Tasmota releases only
resources:
- name: lib
type: git
Expand Down

0 comments on commit 75496c6

Please sign in to comment.