Work CD-CI
- Fix condition check for scheduled build.
This commit is contained in:
Родитель
d626ca8458
Коммит
3c8429e6ae
|
@ -137,7 +137,7 @@ jobs:
|
|||
}
|
||||
else
|
||||
{
|
||||
if($build.reason -eq "Scheduled")
|
||||
if($env:Build_Reason -eq "Scheduled")
|
||||
{
|
||||
# scheduled daily build: get commit date
|
||||
# clone nf-interpreter
|
||||
|
|
Загрузка…
Ссылка в новой задаче