mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: test release.
This commit is contained in:
parent
aeb1262ab3
commit
b4f4817f1a
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -74,7 +74,8 @@ jobs:
|
|||||||
export runs_on="ubuntu-latest"
|
export runs_on="ubuntu-latest"
|
||||||
export platform=""
|
export platform=""
|
||||||
export extra_pytest=""
|
export extra_pytest=""
|
||||||
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
|
export tt="refs/tags/0.1"
|
||||||
|
if [[ "${tt}" == refs/tags/* ]]; then
|
||||||
export build_type="release";
|
export build_type="release";
|
||||||
export target="";
|
export target="";
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user