Skip to content

Fix ci deploy stage

Martin Schultz requested to merge fixCIDeployStage into unstable

ci-doc deploy job was failing because of cmake cache files from other jobs artifacts. added empty dependency list to gitlab definition of ci-doc deploy job, so no artifacts are present. additionally added a command to erase all cmakecache.txt files prior to cmake execution

Merge request reports