Skip to content

Commit

Permalink
[ci] Finish integrating upgrade test into pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed May 30, 2023
1 parent db450be commit b83b191
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/pipeline/jobs/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
plan:
- do:
- in_parallel:
- { get: version, passed: [deploy], params: {bump: final} }
- { get: spec-check, passed: [deploy] }
- { get: git, passed: [deploy], trigger: true }
- { get: version, passed: [deploy, upgrade], params: {bump: final} }
- { get: spec-check, passed: [deploy, upgrade] }
- { get: git, passed: [deploy, upgrade], trigger: true }
- { get: git-ci }
- { get: git-latest-tag }
- { get: release-notes }
Expand Down

0 comments on commit b83b191

Please sign in to comment.