ci: fixes install-tools references
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Marvin Preuss 2022-01-20 13:16:16 +01:00
parent edde04f62a
commit bc05c16a44

View File

@ -30,7 +30,7 @@ steps:
- make lint - make lint
depends_on: depends_on:
- tags - tags
- install-tools - install-deps
- name: test - name: test
image: *golang-image image: *golang-image
volumes: volumes:
@ -39,7 +39,7 @@ steps:
commands: commands:
- make test - make test
depends_on: depends_on:
- install-tools - install-deps
- tags - tags
- lint - lint
- name: build - name: build
@ -53,7 +53,7 @@ steps:
- tags - tags
- lint - lint
- test - test
- install-tools - install-deps
when: when:
event: event:
exclude: exclude:
@ -72,7 +72,7 @@ steps:
- test - test
- lint - lint
- tags - tags
- install-tools - install-deps
when: when:
event: event:
- tag - tag