Skip to content

Commit

Permalink
Remove duplicate block of code (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpigu-i authored and facundovictor committed Sep 19, 2018
1 parent 26b1d6b commit d1e6b46
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bin/capsule.js
Original file line number Diff line number Diff line change
Expand Up @@ -1181,13 +1181,6 @@ const ciCmds = async(type) => {
await s3Cmds(deleteType)
}

if (commander.type === 'remove') {
let deleteType = 'delete'
await ciCmds(deleteType)
await webCmds(deleteType)
await s3Cmds(deleteType)
}

if (commander.args.includes('s3')) {
await s3Cmds(type)
}
Expand Down

0 comments on commit d1e6b46

Please sign in to comment.