Skip to content

Commit

Permalink
Fix cosmos custom pipeline yml (#33501)
Browse files Browse the repository at this point in the history
Fix cosmos custom pipeline yml which was broken by change to main pipeline yml to add CodeQL support
  • Loading branch information
kurtzeborn authored Feb 14, 2023
1 parent 36671da commit 1e0a97d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/pipelines/templates/stages/cosmos-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ parameters:
type: boolean
default: true

variables:
- template: /eng/pipelines/templates/variables/globals.yml

stages:
- stage: Build
jobs:
Expand Down

0 comments on commit 1e0a97d

Please sign in to comment.