mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-12-25 10:55:01 +00:00
Make GIT_TAG_NAME check conditional
This commit is contained in:
parent
6ede9551d2
commit
04c63f6c09
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -126,7 +126,7 @@ task_ci() {
|
||||||
check_env_variable "ARCHIVE";
|
check_env_variable "ARCHIVE";
|
||||||
check_env_variable "GIT_REF_NAME";
|
check_env_variable "GIT_REF_NAME";
|
||||||
check_env_variable "GIT_REF_TYPE";
|
check_env_variable "GIT_REF_TYPE";
|
||||||
check_env_variable "GIT_TAG_NAME";
|
[[ "${GIT_REF_TYPE}" == "tags" ]] && check_env_variable "GIT_TAG_NAME";
|
||||||
task_end 0;
|
task_end 0;
|
||||||
|
|
||||||
tasks_run setup build package archive;
|
tasks_run setup build package archive;
|
||||||
|
|
Loading…
Reference in a new issue