ci: use buildTag variable
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
succeeded(),
|
||||
or (
|
||||
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
|
||||
eq(buildTag, True)
|
||||
eq(variables['buildTag'], True)
|
||||
)
|
||||
)
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user