Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
6e6975f8
Unverified
Commit
6e6975f8
authored
2 years ago
by
G33tha
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Update kp_upload-schema.yml (#3558)
parent
933a08f4
release-5.2.0-inquiry_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/kp_upload-schema.yml
+1
-1
ansible/kp_upload-schema.yml
with
1 addition
and
1 deletion
+1
-1
ansible/kp_upload-schema.yml
+
1
−
1
View file @
6e6975f8
...
...
@@ -8,7 +8,7 @@
AZURE_STORAGE_SAS_TOKEN
:
"
{{
sunbird_public_storage_account_sas
}}"
tasks
:
-
name
:
upload batch
command
:
"
az
storage
blob
upload-batch
--destination
{{
plugin_container_name
}}/schemas/local
--source
{{
source_path
}}/{{
item
}}"
command
:
"
az
storage
blob
upload-batch
--destination
{{
plugin_container_name
}}/schemas/local
/{{
item
}}
--source
{{
source_path
}}/{{
item
}}"
with_items
:
-
"
{{
source_name.split(',')
}}"
async
:
3600
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets