You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few actions in the .travis.yml that may not be necessary. We should verify, that all the actions performed in Travis file are actually necessary. Things such as vendor cleanup, the comment that links to a closed golangci-lint and the make test-no-ci could potentially be redundant/useless.
The makefile similarly contains targets that I am not sure we are actually using anywhere. Some of them (although this needs to be verified on a case by case basis):
deploy static
rerun
There may be more of these. Also, if we are using the docker targets, we should maybe move them to a separate Makefile within the docker directory.
The text was updated successfully, but these errors were encountered:
Request
Travis:
There are a few actions in the .travis.yml that may not be necessary. We should verify, that all the actions performed in Travis file are actually necessary. Things such as vendor cleanup, the comment that links to a closed golangci-lint and the
make test-no-ci
could potentially be redundant/useless.The makefile similarly contains targets that I am not sure we are actually using anywhere. Some of them (although this needs to be verified on a case by case basis):
There may be more of these. Also, if we are using the docker targets, we should maybe move them to a separate Makefile within the docker directory.
The text was updated successfully, but these errors were encountered: