Skip to content

Commit 443e640

Browse files
committed
[gitlab-ci] fix missing yaml keys in .common-ci.yml
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 758ab9c commit 443e640

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.common-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ trigger-pipeline:
172172
- if [[ "${PRECOMPILED}" == "true" ]]; then ./scripts/precompiled.sh push; else make push-${DIST}-${DRIVER_VERSION}; fi
173173

174174
.release-ubuntu22.04:
175+
# Perform for each DRIVER_VERSION
176+
extends:
177+
- .release-generic
178+
- .driver-versions-ubuntu24.04
179+
rules:
180+
- if: $CI_PIPELINE_SOURCE != "schedule"
181+
182+
.release-ubuntu24.04:
175183
# Perform for each DRIVER_VERSION
176184
extends:
177185
- .release-generic

0 commit comments

Comments
 (0)