Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MANISH KUMAR
CI-CD Pipelines
Commits
94bd6f04
Commit
94bd6f04
authored
Jan 11, 2021
by
Nicholas Karsky
Committed by
David Diederich
Jan 12, 2021
Browse files
added quotes to catch filenames with spaces
(cherry picked from commit
c568e363
)
parent
449368ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
cloud-providers/azure.yml
View file @
94bd6f04
...
...
@@ -189,7 +189,7 @@ azure_deploy:
accountKey=$(kubectl get secret airflow -n osdu -o jsonpath='{.data.azurestorageaccountkey}' | base64 -d)
accountName=$(kubectl get secret airflow -n osdu -o jsonpath='{.data.azurestorageaccountname}' | base64 -d)
find "$search_dir/" -type f -print0 | while read -d $'\0' file; do
az storage file upload --account-name $accountName --account-key $accountKey --share-name $SHARE_NAME --source $file
az storage file upload --account-name $accountName --account-key $accountKey --share-name $SHARE_NAME --source
"
$file
"
done
echo "File upload successfully completed for CRS Conversion Service"
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment