From a67eeb3ed9ef2a96d64aeffd8007f43ec3f8c346 Mon Sep 17 00:00:00 2001
From: S M Y <smy.altamash@gmail.com>
Date: Tue, 20 Aug 2019 12:56:36 +0530
Subject: [PATCH] Upload the artifacts to azure blob

---
 ansible/roles/offline-installer/tasks/uploadToAzure.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/offline-installer/tasks/uploadToAzure.yml b/ansible/roles/offline-installer/tasks/uploadToAzure.yml
index 0658a33a3..737a44a94 100644
--- a/ansible/roles/offline-installer/tasks/uploadToAzure.yml
+++ b/ansible/roles/offline-installer/tasks/uploadToAzure.yml
@@ -7,7 +7,7 @@
 - name: Upload to azure blob storage
   command: az storage blob upload-batch --destination {{offline_installer_container_name}} --source "offline_artifacts"
   args:
-    chdir: "{{offline_repo_location}}/offline-installer-repo/offline_artifacts/{{build_number}}/"
+    chdir: "{{offline_repo_location}}/offline-installer-repo/"
   environment:
     AZURE_STORAGE_ACCOUNT: "{{sunbird_offline_azure_storage_account}}"
     AZURE_STORAGE_KEY: "{{sunbird_offline_azure_storage_key}}"
-- 
GitLab