Skip to content
Snippets Groups Projects
Commit 869ba8cc authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[FIX] Bug fix on case structure for link report

parent 33620ffb
No related branches found
No related tags found
No related merge requests found
......@@ -516,6 +516,7 @@ retrigger:
*${KERNEL_FILE}*) echo "Not deployed Kernel for this board since not present";;
* )
echo -e $(az storage blob url --container-name $AZURE_CONTAINER_NAME --name $AZURE_PATH/$DEPLOY_PATH/$kernel_filename) | sed -E 's/\?s.*//' >> Link_report_"$BOARD"_"$IMAGE_NAME".txt;;
esac
echo -e $(az storage blob url --container-name $AZURE_CONTAINER_NAME --name $AZURE_PATH/$DEPLOY_PATH/$bundle_filename) | sed -E 's/\?s.*//' >> Link_report_"$BOARD"_"$IMAGE_NAME".txt
fi
......
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