Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-cpp-lib
Commits
544eb668
Commit
544eb668
authored
Nov 17, 2021
by
Daniel Perez
Browse files
ci: removing condition to delete install directory
parent
a59a7fc4
Pipeline
#77695
passed with stages
in 14 minutes and 40 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
devops/scripts/build-linux64.sh
View file @
544eb668
...
...
@@ -323,10 +323,8 @@ dist_dir=${mnt_volume}/dist
# set the install directory
install_dir
=
${
dist_dir
}
/
${
build_mode
}
# remove the install directory if exists
if
[
-d
${
install_dir
}
]
;
then
rm
-rf
${
install_dir
}
fi
# remove the install directory
rm
-rf
${
install_dir
}
# ============================================================================
# Build
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment