mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
release: skip check step when cutting release
`make check` runs very intensive linters that slow and seem to behave differently on different machines. Linting is still a part of our CI and we shouldn't be cutting a release when CI isn't green anyway.
This commit is contained in:
@@ -234,7 +234,7 @@ dev: vendorfmt changelogfmt ## Build for the current development platform
|
||||
|
||||
.PHONY: prerelease
|
||||
prerelease: GO_TAGS=ui release
|
||||
prerelease: check generate-all ember-dist static-assets ## Generate all the static assets for a Nomad release
|
||||
prerelease: generate-all ember-dist static-assets ## Generate all the static assets for a Nomad release
|
||||
|
||||
.PHONY: release
|
||||
release: GO_TAGS=ui release
|
||||
|
||||
Reference in New Issue
Block a user