From 2b7473549657f4f7408357cbab175a37bd8c3097 Mon Sep 17 00:00:00 2001 From: Gledis Zeneli <43916939+gledis69@users.noreply.github.com> Date: Fri, 19 Aug 2022 01:29:45 +0300 Subject: [PATCH] Update stylechecker version (#6194) Update stylechecker image to include versions similar to the other test images. --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f2637a48..da397e917 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: image_suffix: type: string - default: '-v5579d00' + default: '-v0aadde0' pg13_version: type: string default: '13.4' @@ -15,7 +15,10 @@ parameters: default: '14.0' upgrade_pg_versions: type: string - default: '13.4-14.0' + default: '13.4-14.0-15beta3' + 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: