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