Skip to content

Commit

Permalink
combined pipelines as different steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinnnyshinshin committed Aug 8, 2021
1 parent 022e184 commit 1f17e36
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines-cloud-db-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,6 @@ stages:
GCP_PROJECT: $(GCP_PROJECT)
GCP_BIGQUERY_DATASET: $(GCP_BIGQUERY_DATASET)
- stage: cloud_db_integration_expectations
pool:
vmImage: 'ubuntu-latest'

dependsOn: [scope_check, lint]
jobs:
- job: bigquery_expectations
timeoutInMinutes: 0 # Maximize the time that this can run
condition: or(eq(stageDependencies.scope_check.changes.outputs['CheckChanges.GEChanged'], true), eq(variables.isMain, true))
Expand Down

0 comments on commit 1f17e36

Please sign in to comment.