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
77c70908
Commit
77c70908
authored
5 years ago
by
S M Y
Browse files
Options
Download
Patches
Plain Diff
Remove debug ls output
parent
955efd15
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 @
77c70908
...
...
@@ -12,16 +12,13 @@ npm run dist
if
[
"{{offline_installer_type}}"
==
"windows32"
]
;
then
npm run dist-win32
ls
-lR
cp
'dist/1.0.0/win/ia32/DIKSHA Setup 1.0.0.exe'
../offline_artifacts/
{{
time
}}
/
elif
[
"{{offline_installer_type}}"
==
"windows64"
]
;
then
npm run dist-win64
ls
-lR
cp
'dist/1.0.0/win/x64/DIKSHA Setup 1.0.0.exe'
../offline_artifacts/
{{
time
}}
/
elif
[
"{{offline_installer_type}}"
==
"debian"
]
;
then
npm run dist-linux
ls
-lR
cp
dist/1.0.0/linux/x64/DIKSHA_1.0.0_amd64.deb ../offline_artifacts/
{{
time
}}
/
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