We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99bd46 commit fd69207Copy full SHA for fd69207
1 file changed
ci/install.sh
@@ -10,6 +10,7 @@ if [ "$CANVAS_VERSION_TO_BUILD" = "" ]; then
10
exit 0;
11
fi;
12
13
+rm -rf node-canvas
14
git clone --branch v$CANVAS_VERSION_TO_BUILD --depth 1 https://github.com/Automattic/node-canvas.git || {
15
echo "could not find node-canvas version $CANVAS_VERSION_TO_BUILD in NPM";
16
exit 1;
0 commit comments