fix a small nit (#5)

Reviewed-on: https://gitea.com/gitea/test-env/pulls/5
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: a1012112796 <1012112796@qq.com>
Co-committed-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
a1012112796 2021-03-08 19:45:56 +08:00 committed by 6543
parent 1a5dcac2d8
commit 48fe3847bd
1 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,5 @@ RUN curl -SL https://github.com/git/git/archive/v2.30.1.tar.gz \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
&& apt-get install -y git-lfs \
# install golangci-lint
export BINARY="golangci-lint"; \
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0
&& export BINARY="golangci-lint" \
&& curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.37.0