mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-10 11:06:42 +00:00
Merge pull request #107 from codex-storage/feat/switch-docker-variable
Use ETH_PRIVATE_KEY variable instead of deprecated PRIV_KEY
This commit is contained in:
commit
1dd17037ba
@ -109,7 +109,7 @@ namespace CodexPlugin
|
|||||||
// Custom scripting in the Codex test image will write this variable to a private-key file,
|
// Custom scripting in the Codex test image will write this variable to a private-key file,
|
||||||
// and pass the correct filename to Codex.
|
// and pass the correct filename to Codex.
|
||||||
var account = marketplaceSetup.EthAccountSetup.GetNew();
|
var account = marketplaceSetup.EthAccountSetup.GetNew();
|
||||||
AddEnvVar("PRIV_KEY", account.PrivateKey);
|
AddEnvVar("ETH_PRIVATE_KEY", account.PrivateKey);
|
||||||
Additional(account);
|
Additional(account);
|
||||||
|
|
||||||
SetCommandOverride(marketplaceSetup);
|
SetCommandOverride(marketplaceSetup);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user