Skip to content

Commit 4a16138

Browse files
author
Joseph Palermo
committed
Add missing serial group to ensure release does not happen in parallel
1 parent b4a5e63 commit 4a16138

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
privileged: true
112112

113113
- name: automatically-release-new-patch
114+
serial_groups:
115+
- version
114116
plan:
115117
- in_parallel:
116118
- get: postgres-release
@@ -154,7 +156,8 @@ jobs:
154156
task-output-folder: blob-updates
155157

156158
- name: create-final-release
157-
serial: true
159+
serial_groups:
160+
- version
158161
plan:
159162
- in_parallel:
160163
- get: version

0 commit comments

Comments
 (0)