diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c68a3686e..2e12a52254 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,6 +44,7 @@ jobs: muffet \ -e 'https://github\.com/runatlantis/atlantis/edit/master/.*' \ -e 'https://github.com/helm/charts/tree/master/stable/atlantis#customization' \ + --header 'Accept-Encoding:deflate, gzip' \ --buffer-size 8192 \ http://localhost:8080/ diff --git a/Makefile b/Makefile index 38749fbf4c..cd6a6884fe 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ lint: ## Run linter locally golangci-lint run check-lint: ## Run linter in CI/CD. If running locally use 'lint' - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./bin v1.39.0 + curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.39.0 ./bin/golangci-lint run -j 4 --timeout 5m check-fmt: ## Fail if not formatted