mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Update azure-pipelines-release.yml for Azure Pipelines
This commit is contained in:
@@ -220,9 +220,9 @@ stages:
|
|||||||
create_manifest "$(homeassistantRelease)" "$(homeassistantRelease)"
|
create_manifest "$(homeassistantRelease)" "$(homeassistantRelease)"
|
||||||
|
|
||||||
# Create general tags
|
# Create general tags
|
||||||
if [[ "$version" =~ d ]]; then
|
if [[ "$(homeassistantRelease)" =~ d ]]; then
|
||||||
create_manifest "dev" "$(homeassistantRelease)"
|
create_manifest "dev" "$(homeassistantRelease)"
|
||||||
elif [[ "$version" =~ b ]]; then
|
elif [[ "$(homeassistantRelease)" =~ b ]]; then
|
||||||
create_manifest "beta" "$(homeassistantRelease)"
|
create_manifest "beta" "$(homeassistantRelease)"
|
||||||
create_manifest "rc" "$(homeassistantRelease)"
|
create_manifest "rc" "$(homeassistantRelease)"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user