chore: add env vars as cache inputs (#1191)
This commit is contained in:
parent
d728899003
commit
f250f1ce09
13
nx.json
13
nx.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"npmScope": "@vegaprotocol",
|
"npmScope": "vegaprotocol",
|
||||||
"affected": {
|
"affected": {
|
||||||
"defaultBase": "master"
|
"defaultBase": "master"
|
||||||
},
|
},
|
||||||
@ -18,7 +18,16 @@
|
|||||||
"runner": "@nrwl/nx-cloud",
|
"runner": "@nrwl/nx-cloud",
|
||||||
"options": {
|
"options": {
|
||||||
"cacheableOperations": ["build", "lint", "test", "e2e"],
|
"cacheableOperations": ["build", "lint", "test", "e2e"],
|
||||||
"accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU="
|
"accessToken": "OTY4ZjdlZTItNGIwNy00NDcyLTllZjctOWIzYTg1NWE0Yzg1fHJlYWQtd3JpdGU=",
|
||||||
|
"runtimeCacheInputs": [
|
||||||
|
"echo $NX_VEGA_NETWORKS",
|
||||||
|
"echo $NX_VEGA_ENV",
|
||||||
|
"echo $NX_VEGA_URL",
|
||||||
|
"echo $NX_TENDERMINT_URL",
|
||||||
|
"echo $NX_TENDERMINT_WEBSOCKET_URL",
|
||||||
|
"echo $NX_USE_ENV_OVERRIDES",
|
||||||
|
"echo $NX_ETHEREUM_PROVIDER_URL"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user