Skip to content

Commit bc9da6d

Browse files
committed
#1: try fix error in ci possibly caused by volumes mount
1 parent 206fb23 commit bc9da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if [[ "${FOO_BUILD}" == "ON" ]]; then
162162
rm -rf CMakeCache.txt
163163
fi
164164
if [ -d "${FOO_BUILD_DIR}" ]; then
165-
rm -rf ${FOO_BUILD_DIR} # recreate clean and build
165+
rm -rf ${FOO_BUILD_DIR}/* # empty the build directory
166166
fi
167167
fi
168168

0 commit comments

Comments
 (0)