From 48fe3847bdac90fca441cc6821d65c9dbc051710 Mon Sep 17 00:00:00 2001 From: a1012112796 <1012112796@qq.com> Date: Mon, 8 Mar 2021 19:45:56 +0800 Subject: [PATCH] fix a small nit (#5) Reviewed-on: https://gitea.com/gitea/test-env/pulls/5 Reviewed-by: techknowlogick Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: a1012112796 <1012112796@qq.com> Co-committed-by: a1012112796 <1012112796@qq.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7489f62..89f1670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file + && 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 \ No newline at end of file