Skip to content
Snippets Groups Projects
Commit ca96f8e3 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-944-build-directory-integration' into 'master'

L2SS-944: Ensure tmp start-ds directory never uses build directory

Closes L2SS-944

See merge request !412
parents f793f5e5 62c883d5
No related branches found
No related tags found
1 merge request!412L2SS-944: Ensure tmp start-ds directory never uses build directory
......@@ -37,6 +37,8 @@ else
rm -rf /tmp/tangostationcontrol
cp -R /opt/lofar/tango/tangostationcontrol /tmp/
cd /tmp/tangostationcontrol || exit 1
# Remove the build directory if copied from the source
rm -rf build
pip -vvv install --upgrade --force-reinstall ./
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment