We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d2a19 commit db6989bCopy full SHA for db6989b
1 file changed
src/screwdrivercd/installdeps/cli.py
@@ -67,7 +67,7 @@ def main(): # pragma: no cover
67
68
# Make sure the report directory exists
69
artifacts_dir = os.environ.get('SD_ARTIFACTS_DIR', '')
70
- report_dir = os.path.join(artifacts_dir, 'reports/type_validation')
+ report_dir = os.path.join(artifacts_dir, 'reports/installdeps')
71
report_filename = os.path.join(report_dir, 'installdeps.json')
72
create_artifact_directory(report_dir)
73
0 commit comments