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:
|
||||
- make format
|
||||
|
||||
dependencies:
|
||||
stage: test
|
||||
script:
|
||||
- make go-mod-tidy
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user