fix(ci): remove log file in second call

Julien 2025-03-21 17:28:29 +01:00
parent 53359d05d5
commit 753a6c2338

@ -62,7 +62,7 @@ lint:qt6:
# first, a dry run to get the log file # first, a dry run to get the log file
- pyqt5_to_pyqt6.py --dry_run --logfile pyqt6_checker.log $PROJECT_FOLDER/ - pyqt5_to_pyqt6.py --dry_run --logfile pyqt6_checker.log $PROJECT_FOLDER/
# then running with edit enabled to # then running with edit enabled to
- pyqt5_to_pyqt6.py --logfile pyqt6_checker.log $PROJECT_FOLDER/ - pyqt5_to_pyqt6.py $PROJECT_FOLDER/
artifacts: artifacts:
paths: paths:
- pyqt6_checker.log - pyqt6_checker.log