ci: removes make install-tools step
This commit is contained in:
parent
f967f4f4a7
commit
edde04f62a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user