ci: remove dependency step from ci/cd pipeline
Remove the dependency check step to avoid breaking builds.
This commit is contained in:
parent
3de54b0b71
commit
1ac9f5a551
@ -12,11 +12,6 @@ format:
|
|||||||
script:
|
script:
|
||||||
- make format
|
- make format
|
||||||
|
|
||||||
dependencies:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- make go-mod-tidy
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user