Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
refactor: actualize drive env variables (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Shuplenkov authored May 28, 2020
1 parent 3c6350e commit ca56504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if (process.env.SERVICE_IMAGE_DRIVE) {
container: {
image: process.env.SERVICE_IMAGE_DRIVE,
envs: [
'IDENTITY_ENABLE_LOCK_TX_ONE_BLOCK_CONFIRMATION_FALLBACK=true',
'IDENTITY_ENABLE_ASSET_LOCK_TX_ONE_BLOCK_CONFIRMATION_FALLBACK=true',
],
},
});
Expand Down

0 comments on commit ca56504

Please sign in to comment.