mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
build: minor refactor.
This commit is contained in:
parent
8f0d3ff7ea
commit
ac55aeff95
@ -95,7 +95,7 @@ func (t buildArtifact) getUrl(baseArchiveUrl, version string, releaseType Releas
|
|||||||
prefix = "_"
|
prefix = "_"
|
||||||
}
|
}
|
||||||
|
|
||||||
if releaseType == STABLE && t.os == "rhel" {
|
if releaseType.stable() && t.os == "rhel" {
|
||||||
rhelReleaseExtra = "-1"
|
rhelReleaseExtra = "-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user