ci: removes make install-tools step
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
Marvin Preuss 2022-01-20 13:14:17 +01:00
parent f967f4f4a7
commit edde04f62a

View File

@ -14,14 +14,13 @@ steps:
image: alpine/git
commands:
- git fetch --tags
- name: install-tools
- name: install-deps
image: *golang-image
volumes:
- *gobin-volume
- *usr-volume
commands:
- *deps-command
- make install-tools
- name: lint
image: *golang-image
volumes: