Skip to content

Commit

Permalink
IS-255: Test and remove code for creating enterprise docker image. (m…
Browse files Browse the repository at this point in the history
…attermost#14395)

Co-authored-by: mattermod <[email protected]>
  • Loading branch information
metanerd and mattermod authored Aug 3, 2020
1 parent 4baf255 commit 94ee1fa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 507 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- run:
command: |
echo "Installing golangci-lint"
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.25.1 # Keep this in sync with Jenkinsfile.pr
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b /usr/local/bin v1.25.1
echo "Installing mattermost-govet"
export GOBIN=${PWD}/mattermost-server/bin
GO111MODULE=off go get -u github.com/mattermost/mattermost-govet
Expand Down
Loading

0 comments on commit 94ee1fa

Please sign in to comment.