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:
|
parameters:
|
||||||
image_suffix:
|
image_suffix:
|
||||||
type: string
|
type: string
|
||||||
default: '-vabaecad'
|
default: '-v0aadde0'
|
||||||
pg13_version:
|
pg13_version:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4'
|
default: '13.4'
|
||||||
|
@ -16,6 +16,9 @@ parameters:
|
||||||
upgrade_pg_versions:
|
upgrade_pg_versions:
|
||||||
type: string
|
type: string
|
||||||
default: '13.4-14.0'
|
default: '13.4-14.0'
|
||||||
|
style_checker_tools_version:
|
||||||
|
type: string
|
||||||
|
default: '0.7.9'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
description: Build the citus extension
|
description: Build the citus extension
|
||||||
|
@ -46,7 +49,7 @@ jobs:
|
||||||
|
|
||||||
check-style:
|
check-style:
|
||||||
docker:
|
docker:
|
||||||
- image: 'citus/stylechecker:latest'
|
- image: 'citus/stylechecker:<< pipeline.parameters.style_checker_tools_version >><< pipeline.parameters.image_suffix >>'
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
Loading…
Reference in New Issue