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

[DEBUG] Increase the level of debug

parent f04da784
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
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