Skip to content

Commit

Permalink
fix: use new circuit fuses with enhanced logging (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jithine authored Sep 19, 2019
1 parent 3be80e0 commit e82c239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const Executor = require('screwdriver-executor-base');
const hoek = require('hoek');
const imageParser = require('docker-parse-image');
const Fusebox = require('circuit-fuses');
const Fusebox = require('circuit-fuses').breaker;
const Docker = require('dockerode');

const DEFAULT_BUILD_TIMEOUT = 90; // 90 minutes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"sinon": "^7.1.0"
},
"dependencies": {
"circuit-fuses": "^2.1.0",
"circuit-fuses": "^4.0.4",
"docker-parse-image": "^3.0.1",
"dockerode": "^2.5.8",
"hoek": "^5.0.4",
Expand Down

0 comments on commit e82c239

Please sign in to comment.