Skip to content

Commit

Permalink
Merge branch '3.0.x' into 3.1.x
Browse files Browse the repository at this point in the history
Closes gh-36025
  • Loading branch information
wilkinsona committed Jun 22, 2023
2 parents 31f218c + 1596f69 commit 5c53bda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
timeout: ((task-timeout))
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: M
Expand All @@ -421,6 +422,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
timeout: ((task-timeout))
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RC
Expand All @@ -443,6 +445,7 @@ jobs:
trigger: false
- task: stage
image: ci-image
timeout: ((task-timeout))
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RELEASE
Expand Down

0 comments on commit 5c53bda

Please sign in to comment.