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
5cf4aa7f
Commit
5cf4aa7f
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Remove copy artifact logic
parent
60bff6ef
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2
+0
-3
...s/offline-installer/templates/setupOfflineInstaller.sh.j2
with
0 additions
and
3 deletions
+0
-3
ansible/roles/offline-installer/templates/setupOfflineInstaller.sh.j2
+
0
−
3
View file @
5cf4aa7f
...
...
@@ -16,13 +16,10 @@ if [ "{{offline_installer_type}}" == "windows32bit" ];
then
# npm run dist
npm run dist-win32
cp
'/project/src/dist/1.0.0/win/ia32/DIKSHA Setup 1.0.0.exe'
../offline_artifacts/
{{
time
}}
/diksha_
{{
installer_version
}}
_windows32bit.exe
elif
[
"{{offline_installer_type}}"
==
"windows64bit"
]
;
then
npm run dist-win64
cp
'/project/src/dist/1.0.0/win/x64/DIKSHA Setup 1.0.0.exe'
../offline_artifacts/
{{
time
}}
/diksha_
{{
installer_version
}}
_windows64bit.exe
elif
[
"{{offline_installer_type}}"
==
"linux64bit"
]
;
then
npm run dist-linux
cp
'/project/src/dist/1.0.0/linux/x64/DIKSHA_1.0.0_amd64.deb'
../offline_artifacts/
{{
time
}}
/diksha_
{{
installer_version
}}
_linux64bit.deb
fi
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