fix: add /Wibeee/receiver
path for Local Push
#79
Travis CI / Travis CI - Branch
succeeded
Jan 26, 2024 in 45s
Build Passed
The build passed.
Details
This is a normal build for the add-receiver-path branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"install": [
"echo \"Nothing to install, $TRAVIS_TAG\""
],
"script": [
"echo \"Nothing to test\" && true"
],
"before_deploy": [
"cd custom_components/wibeee",
"zip -r hass_wibeee ."
],
"deploy": [
{
"provider": "releases",
"tag_name": "$TRAVIS_TAG",
"name": "$TRAVIS_TAG",
"file": [
"hass_wibeee.zip"
],
"skip_cleanup": true,
"draft": true,
"prerelease": true,
"on": {
"tags": true
},
"token": "$GITHUB_OAUTH_TOKEN"
}
]
}
Loading