File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ function(o2_add_qc_workflow)
4040 add_custom_command (
4141 OUTPUT ${jsonDumpFile}
4242 VERBATIM
43- COMMAND echo "${qcExecutable} -b --config json://${PARSED_ARGS_CONFIG_FILE_PATH} --dump-workflow --dump-workflow-file ${jsonDumpFile} || true "
44- COMMAND ${qcExecutable} -b --config json://${PARSED_ARGS_CONFIG_FILE_PATH} --dump-workflow --dump-workflow-file ${jsonDumpFile} || true
43+ COMMAND echo "${qcExecutable} -b --config json://${PARSED_ARGS_CONFIG_FILE_PATH} --dump-workflow --dump-workflow-file ${jsonDumpFile} || touch ${jsonDumpFile} "
44+ COMMAND ${qcExecutable} -b --config json://${PARSED_ARGS_CONFIG_FILE_PATH} --dump-workflow --dump-workflow-file ${jsonDumpFile} || touch ${jsonDumpFile}
4545 DEPENDS ${qcExecutable} ${PARSED_ARGS_CONFIG_FILE_PATH} )
4646
4747 get_filename_component (filename ${jsonDumpFile} NAME_WE )
You can’t perform that action at this time.
0 commit comments