Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

v5.20: Adding a checksum value and commenting out windows build since it is …

Compare
Choose a tag to compare
@mattermost-build mattermost-build released this 04 Feb 21:16
e24eda3
…… (#114)

* Adding a checksum value and commenting out windows build since it is failing atm

* Adding windows commands back after PR 115

* Forgot to rename the windows archive for generating the md5

* Adding requires parameter for the test job with tagges builds

* Adding golangci install to the build for tagged builds

* install-golangci-lint command needs to be part of a step

* Change the steps for build to call lint job

* Adding presistence for the govet step

* Updating path for presistence of govet

* Adding govet install to the build job

* Need to attach to the workspace

* add working directory

* Adding checkout step back

* Remove attach statement

* Add call to install golangci-lint again

* Update GHR command options

* Update presistence to grab the entire build dir

* Debug circleci env

* Upload everything in the build dir and remove debug info

Co-authored-by: mattermod <mattermod@users.noreply.github.com>