Skip to content

Refactor tutorial checker and fix out-of-order issues

Stefan Spettel requested to merge refactor_check_tutorials into master

Description

I have encountered an issue when running the UL CL tutorial: Some commands are executed twice with the checkTutorials.py Python script. As I have already refactored this file for MR !74 (closed), I created this MR instead of debugging the file.

Solves

Out of order issue for UL CL tutorial. See log tutorial_log_multiple_deploys

Merge request reports