Skip to content

Commit

Permalink
remove docker prune from ops tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano committed Jun 15, 2021
1 parent 109c914 commit e91fa07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardhat/tasks/task-ops.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ function _imagesExist() {
}

function _fresh({ opsPath }) {
console.log(gray(' prune docker'));
execa.sync('docker', ['system', 'prune', '-f']);
console.log(gray(' clone fresh repository into', opsPath));
execa.sync('sh', ['-c', 'rm -drf ' + opsPath]);
execa.sync('sh', [
Expand Down

0 comments on commit e91fa07

Please sign in to comment.