Skip to content

Commit

Permalink
Update MonitoringSetup.sh
Browse files Browse the repository at this point in the history
add removal of Tools not in Monitoring branch
  • Loading branch information
marc1uk authored Aug 4, 2024
1 parent 0d290d3 commit abe7ed5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MonitoringSetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ git remote add marc1uk https://github.com/marc1uk/ToolAnalysis.git;
git fetch marc1uk;
echo "checking out monitoring branch";
git checkout --track marc1uk/monitoring_detached;
# prune unused tools
rm -rf ./UserTools/*
# retrieve those we need
git checkout -- .
echo "setting up environment";
. Setup.sh;
echo "building";
Expand Down

0 comments on commit abe7ed5

Please sign in to comment.