Skip to content

Commit 6a5b30d

Browse files
committed
Try test tag in citus tools
1 parent 7ba2db1 commit 6a5b30d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

circleci/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PG_VERSIONS=$(shell cat PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
1414

1515
PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1616

17-
STYLE_CHECKER_TOOLS_VERSION=0.8.18
17+
STYLE_CHECKER_TOOLS_VERSION=test
1818

1919
# Upgrade tests for the PG major versions from PG_VERSIONS file
2020
CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')

circleci/images/stylechecker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ apk add --no-cache \
3030
python3 \
3131
py3-packaging \
3232

33-
curl -L "https://github.com/citusdata/tools/archive/v${TOOLS_VERSION}.tar.gz" | tar xz
33+
curl -L "https://github.com/citusdata/tools/archive/${TOOLS_VERSION}.tar.gz" | tar xz
3434
cd "tools-${TOOLS_VERSION}"
3535
make uncrustify/.install
3636
cd ..
37-
rm -rf "v${TOOLS_VERSION}.tar.gz"
37+
rm -rf "${TOOLS_VERSION}.tar.gz"
3838

3939
curl -L "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.82.0.tar.gz" | tar xz
4040
cd uncrustify-uncrustify-0.82.0/

0 commit comments

Comments
 (0)