ci: remove dependency step from ci/cd pipeline

Remove the dependency check step to avoid breaking builds.
This commit is contained in:
Hector 2021-03-27 17:19:45 +00:00
parent 3de54b0b71
commit 1ac9f5a551

View File

@ -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: