Skip to content

Commit fd69207

Browse files
committed
auto-clear node-canvas folder
1 parent f99bd46 commit fd69207

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [ "$CANVAS_VERSION_TO_BUILD" = "" ]; then
1010
exit 0;
1111
fi;
1212

13+
rm -rf node-canvas
1314
git clone --branch v$CANVAS_VERSION_TO_BUILD --depth 1 https://github.com/Automattic/node-canvas.git || {
1415
echo "could not find node-canvas version $CANVAS_VERSION_TO_BUILD in NPM";
1516
exit 1;

0 commit comments

Comments
 (0)