From d881b68a383bafc905570332509b3df9cd12b042 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 22 Jan 2020 20:09:10 +0530 Subject: [PATCH] Set the GOBIN to install go-junit-report in the correct location (#13684) * Set the GOBIN to install go-junit-report in the correct location * Add missing \ --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c8b358356..f0ee8956eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,6 +130,7 @@ jobs: --env MM_EMAILSETTINGS_SMTPSERVER=inbucket \ --env MM_EMAILSETTINGS_SMTPPORT=10025 \ --env MM_ELASTICSEARCHSETTINGS_CONNECTIONURL=http://elasticsearch:9200 \ + --env GOBIN=/mattermost/mattermost-server/bin \ -v ~/mattermost:/mattermost \ -w /mattermost/mattermost-server \ mattermost/mattermost-build-server:oct-18-2019 \