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
9347224b
Commit
9347224b
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Artifact upload location change
parent
1b86b6b1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/offline-installer/tasks/uploadToAzure.yml
+1
-1
ansible/roles/offline-installer/tasks/uploadToAzure.yml
ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2
+2
-2
...s/offline-installer/templates/setupOfflineInstaller.sh.j2
with
3 additions
and
3 deletions
+3
-3
ansible/roles/offline-installer/tasks/uploadToAzure.yml
+
1
−
1
View file @
9347224b
...
...
@@ -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}}"
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2
+
2
−
2
View file @
9347224b
...
...
@@ -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'
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