Skip to content

Commit

Permalink
Move cosmos testing to internal (#24785)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed May 4, 2021
1 parent 8350c3e commit f019d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -142,7 +142,7 @@ stages:
vmImage: ubuntu-18.04
variables:
- _runCounter: $[counter(variables['Build.Reason'], 0)]
- ${{ if and(eq(variables['System.TeamProject'], 'public'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), eq(variables['system.pullrequest.isfork'], false), notin(variables['Build.Reason'], 'PullRequest', 'Schedule', 'BuildCompletion')) }}:
- _CosmosConnectionUrl: 'true'
steps:
- bash: sudo apt-get install -y libsqlite3-mod-spatialite
Expand Down

0 comments on commit f019d86

Please sign in to comment.