mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: test release. Works.
This commit is contained in:
parent
ae9def4aec
commit
5102f3f55a
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -74,8 +74,7 @@ jobs:
|
|||||||
export runs_on="ubuntu-latest"
|
export runs_on="ubuntu-latest"
|
||||||
export platform=""
|
export platform=""
|
||||||
export extra_pytest=""
|
export extra_pytest=""
|
||||||
export tt="refs/tags/0.1"
|
if [[ "${GITHUB_REF}" == refs/tags/* ]]; then
|
||||||
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