Commit 1e0d8161 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: little fix when assessing build status

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 001163f6
......@@ -136,7 +136,12 @@ function check_on_vm_build {
echo "Checking build status"
echo "############################################################"
LOG_FILES=`ls $ARCHIVES_LOC/*.txt $ARCHIVES_LOC/*.xml`
if [[ "$VM_NAME" == *"-cppcheck"* ]]
then
LOG_FILES=`ls $ARCHIVES_LOC/*.txt $ARCHIVES_LOC/*.xml`
else
LOG_FILES=`ls $ARCHIVES_LOC/*.txt`
fi
STATUS=0
NB_FOUND_FILES=0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment