Skip to content

Commit

Permalink
Work CD-CI
Browse files Browse the repository at this point in the history
- Fix condition to start updating dependents.

***NO_CI****

Signed-off-by: josesimoes <jose.simoes@eclo.solutions>
  • Loading branch information
josesimoes committed Mar 12, 2020
1 parent 38ee1ff commit 08683bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ steps:
filePath: azure-pipelines/update-dependencies.ps1
env:
MY_GITHUB_TOKEN: $(GitHubToken)
condition: or( and( succeeded(), contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
condition: and( succeeded(), ne(variables['system.pullrequest.isfork'], true), or( contains(variables['Build.SourceVersionMessage'], '***UPDATE_DEPENDENTS***') ), eq(variables['UPDATE_DEPENDENTS'], 'true') )
displayName: Update dependent tools

# create or update GitHub release
Expand Down

0 comments on commit 08683bc

Please sign in to comment.