CI: grabpl verify-drone -> ./bin/build verify-drone (#55171)

* move grabpl verify-drone
This commit is contained in:
Kevin Minehart
2022-09-14 09:07:09 -05:00
committed by GitHub
parent 5a1ba20856
commit c69a37f8c2
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ def lint_drone_step():
'name': 'lint-drone',
'image': curl_image,
'commands': [
'./bin/grabpl verify-drone',
'./bin/build verify-drone',
],
'depends_on': [
'grabpl',