Skip to content
Snippets Groups Projects
Commit 289c0f39 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Sanity check daffy dir exists before cleaning

parent 88288d0e
No related branches found
No related tags found
No related merge requests found
Pipeline #1153 failed
......@@ -72,8 +72,10 @@ if [ -d $ZIPR_HOME ]; then
scons -c || exit
fi
cd $DAFFY_HOME
./clean_cfar.sh
if [ -d $DAFFY_HOME ]; then
cd $DAFFY_HOME
./clean_cfar.sh
fi
cd $PEASOUP_UMBRELLA_DIR
......
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