We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e578a5 commit 1496145Copy full SHA for 1496145
circleci/images/stylechecker/Dockerfile
@@ -31,13 +31,13 @@ apk add --no-cache \
31
python3 \
32
py3-packaging \
33
34
-curl -L "https://github.com/citusdata/tools/archive/v${TOOLS_VERSION}.tar.gz" | tar xz
+curl -fsSL "https://codeload.github.com/citusdata/tools/tar.gz/v${TOOLS_VERSION}" | tar xz
35
cd "tools-${TOOLS_VERSION}"
36
make uncrustify/.install
37
cd ..
38
rm -rf "v${TOOLS_VERSION}.tar.gz"
39
40
-curl -L "https://github.com/uncrustify/uncrustify/archive/uncrustify-0.82.0.tar.gz" | tar xz
+curl -fsSL "https://codeload.github.com/uncrustify/uncrustify/tar.gz/uncrustify-0.82.0" | tar xz
41
cd uncrustify-uncrustify-0.82.0/
42
mkdir build
43
cd build
0 commit comments