From d87d84dcb2bc6efa02c4fa381e5a8e2157211d42 Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Fri, 14 Apr 2023 13:30:23 +0200 Subject: [PATCH] [DEBUG] Increase the level of debug --- manifest-pipeline-yocto.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 68f4247..d4c9649 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -280,14 +280,16 @@ retrigger: fi fi - | - echo "Deploying software artifacts to Azure.." - . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE - echo $uboot_filename - echo $kernel_filename - echo $filesystem_name - echo $image_name - echo $bmap_name - echo $bundle_filename + echo "Starting the deploy of software artifacts" + - | + echo "Deploying software artifacts to Azure.." + . .gitlab-ci/scripts/artifacts_name.sh $TAG_NAME $DEPLOY_DATE + echo $uboot_filename + echo $kernel_filename + echo $filesystem_name + echo $image_name + echo $bmap_name + echo $bundle_filename - sh .gitlab-ci/scripts/deploy_artifacts.sh $BASE_DIRECTORY \ $ART_PATH \ $DEPLOY_PATH \ -- GitLab