Commit 77c70908 authored by S M Y's avatar S M Y
Browse files

Remove debug ls output

parent 955efd15
No related merge requests found
Showing with 0 additions and 3 deletions
+0 -3
......@@ -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
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