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

[SYNTAX] Remove indentantion in bash script execution

parent 6375953c
No related branches found
No related tags found
No related merge requests found
......@@ -290,12 +290,7 @@ retrigger:
echo $image_name
echo $bmap_name
echo $bundle_filename
- sh .gitlab-ci/scripts/deploy_artifacts.sh $BASE_DIRECTORY \
$ART_PATH \
$DEPLOY_PATH \
$AZURE_STORAGE_SAS_TOKEN \
$AZURE_CONTAINER_NAME \
$AZURE_PATH
- sh .gitlab-ci/scripts/deploy_artifacts.sh $BASE_DIRECTORY $ART_PATH $DEPLOY_PATH $AZURE_STORAGE_SAS_TOKEN $AZURE_CONTAINER_NAME $AZURE_PATH
after_script:
- |
......
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