Skip to content
Snippets Groups Projects
Commit b34e6d45 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

Merge branch 'develop-ci' into 'develop'

CI: stability fix

See merge request !328
parents e595ec7c 1231aa98
No related branches found
No related tags found
No related merge requests found
......@@ -210,8 +210,8 @@ else
fi
echo "mkdir tmp" >> $VM_CMDS
echo "cd tmp" >> $VM_CMDS
echo "echo \"unzip -qq ../localZip.zip\"" >> $VM_CMDS
echo "unzip -qq ../localZip.zip" >> $VM_CMDS
echo "echo \"unzip -qq -DD ../localZip.zip\"" >> $VM_CMDS
echo "unzip -qq -DD ../localZip.zip" >> $VM_CMDS
if [ "$VM_NAME" == "ci-cppcheck" ]
then
echo "mkdir cmake_targets/log" >> $VM_CMDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment