Commit 9347224b authored by S M Y's avatar S M Y
Browse files

Artifact upload location change

parent 1b86b6b1
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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/src/dist/"
chdir: "{{offline_repo_location}}/offline-installer-repo/offline_artifacts/{{build_number}}/"
environment:
AZURE_STORAGE_ACCOUNT: "{{sunbird_offline_azure_storage_account}}"
AZURE_STORAGE_KEY: "{{sunbird_offline_azure_storage_key}}"
......
......@@ -15,6 +15,6 @@ npm run dist-linux
#cp src/dist/DIKSHA\ Setup\ 1.0.0.exe offline_artifacts/{{build_number}}/
#cp src/dist/DIKSHA_1.0.0_amd64.deb offline_artifacts/{{build_number}}/
cp 'dist/1.0.0/win/x64/DIKSHA Setup 1.0.0.exe' offline_artifacts/{{build_number}}/
cp dist/1.0.0/linux/x64/DIKSHA_1.0.0_amd64.deb offline_artifacts/{{build_number}}/
cp 'dist/1.0.0/win/x64/DIKSHA Setup 1.0.0.exe' ../offline_artifacts/{{build_number}}/
cp dist/1.0.0/linux/x64/DIKSHA_1.0.0_amd64.deb ../offline_artifacts/{{build_number}}/
#cp 'src/dist/1.0.0/win/x32/DIKSHA Setup 1.0.0.exe' 'offline_artifacts/{{build_number}}//DIKSHA Setup 1.0.0.32.exe'
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