Skip to content
Snippets Groups Projects
Commit 480c9f0d authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-218 Remove the old tango dir after the new one was pulled

parent bcde36a7
No related branches found
No related tags found
1 merge request!33Resolve L2SS-218 "Move existing tooling to bootstrap dir"
...@@ -38,12 +38,8 @@ function remove_images() ...@@ -38,12 +38,8 @@ function remove_images()
function pull_tango() function pull_tango()
{ {
git clone https://git.astron.nl/lofar2.0/tango.git ${HOME_DIR} git clone https://git.astron.nl/lofar2.0/tango.git ${HOME_DIR}
} # Now remove the old tango dir.
rm -rf ${OLD_HOME_DIR}
function stop_images()
{
pushd ${HOME_DIR}/docker-compose && make stop
popd
} }
function clean_images() function clean_images()
......
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