File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PG_VERSIONS=$(shell cat PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
1414
1515PG_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
2020CITUS_UPGRADE_PG_VERSIONS =$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')
Original file line number Diff line number Diff 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
3434cd "tools-${TOOLS_VERSION}"
3535make uncrustify/.install
3636cd ..
37- rm -rf "v ${TOOLS_VERSION}.tar.gz"
37+ rm -rf "${TOOLS_VERSION}.tar.gz"
3838
3939curl -L "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.82.0.tar.gz" | tar xz
4040cd uncrustify-uncrustify-0.82.0/
You can’t perform that action at this time.
0 commit comments