Chore: Turn validate-modfile failure into blocking drone step (#72537)

* Chore: Turn validate-modfile failure into blocking drone step

* test to see if removal of dependency owner causes validate-modfile to fail and block pipeline

* revert change
This commit is contained in:
Kat Yang
2023-07-28 13:23:54 -04:00
committed by GitHub
parent 6bcd0cd953
commit f04c673eb8
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -261,7 +261,6 @@ def validate_modfile_step():
return {
"name": "validate-modfile",
"image": images["go_image"],
"failure": "ignore",
"commands": [
"go run scripts/modowners/modowners.go check go.mod",
],