mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
travis fixes for v2
This commit is contained in:
@@ -53,7 +53,7 @@ deploy:
|
|||||||
token: ${GITHUB_TOKEN}
|
token: ${GITHUB_TOKEN}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "*.bin"
|
file: "*.bin"
|
||||||
name: latest v2 development build
|
name: latest v2 development builds
|
||||||
release_notes:
|
release_notes:
|
||||||
Version $FIRMWARE_VERSION.
|
Version $FIRMWARE_VERSION.
|
||||||
Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
|
Automatic firmware builds of the current EMS-ESP branch built on $(date +'%F %T %Z') from commit $TRAVIS_COMMIT.
|
||||||
@@ -64,7 +64,7 @@ deploy:
|
|||||||
target_commitish: $TRAVIS_COMMIT
|
target_commitish: $TRAVIS_COMMIT
|
||||||
on:
|
on:
|
||||||
tags: false
|
tags: false
|
||||||
branch: dev
|
branch: v2
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|||||||
Reference in New Issue
Block a user