We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bb906 commit 7aebcadCopy full SHA for 7aebcad
src/commands/test.js
@@ -145,6 +145,8 @@ function getPlatform(logs_opt) {
145
}
146
147
function runDocker(coverage_opt, datasource, version_opt) {
148
+ // Remove the binaries before because there are permission issues
149
+ // with the binaries when building the docker images
150
fs.rmSync("node_modules/binary-install-raw/bin", { force: true, recursive: true });
151
152
let dir = 'tests/.docker';
0 commit comments