diff --git a/.drone.star b/.drone.star index 814e4ab..e4af899 100644 --- a/.drone.star +++ b/.drone.star @@ -33,7 +33,8 @@ def main(ctx): "commands": [ "cd Sources", "hadolint --ignore DL3059 Dockerfile" - ] + ], + "depends_on": ["build"] } code_inspection = {