mirror of https://github.com/citusdata/citus.git
Update stylechecker version (#6194)
Update stylechecker image to include versions similar to the other test images.
(cherry picked from commit 2b74735496
)
pull/6363/head
parent
5901b815a2
commit
c2b584c4bf
|
@ -6,7 +6,7 @@ orbs:
|
|||
parameters:
|
||||
image_suffix:
|
||||
type: string
|
||||
default: '-vabaecad'
|
||||
default: '-v0aadde0'
|
||||
pg13_version:
|
||||
type: string
|
||||
default: '13.4'
|
||||
|
@ -16,6 +16,9 @@ parameters:
|
|||
upgrade_pg_versions:
|
||||
type: string
|
||||
default: '13.4-14.0'
|
||||
style_checker_tools_version:
|
||||
type: string
|
||||
default: '0.7.9'
|
||||
jobs:
|
||||
build:
|
||||
description: Build the citus extension
|
||||
|
@ -46,7 +49,7 @@ jobs:
|
|||
|
||||
check-style:
|
||||
docker:
|
||||
- image: 'citus/stylechecker:latest'
|
||||
- image: 'citus/stylechecker:<< pipeline.parameters.style_checker_tools_version >><< pipeline.parameters.image_suffix >>'
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Reference in New Issue