ci: removes make install-tools step
This commit is contained in:
parent
f967f4f4a7
commit
edde04f62a
@ -14,14 +14,13 @@ steps:
|
|||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
- name: install-tools
|
- name: install-deps
|
||||||
image: *golang-image
|
image: *golang-image
|
||||||
volumes:
|
volumes:
|
||||||
- *gobin-volume
|
- *gobin-volume
|
||||||
- *usr-volume
|
- *usr-volume
|
||||||
commands:
|
commands:
|
||||||
- *deps-command
|
- *deps-command
|
||||||
- make install-tools
|
|
||||||
- name: lint
|
- name: lint
|
||||||
image: *golang-image
|
image: *golang-image
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user