Unverified Commit 6e6975f8 authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Update kp_upload-schema.yml (#3558)

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment