Skip to content

Commit a9f5010

Browse files
committed
fix: .env should not be ignored in our case
1 parent 9c19bcf commit a9f5010

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,6 @@ Temporary Items
294294
/test/version_tmp/
295295
/tmp/
296296

297-
# Used by dotenv library to load environment variables.
298-
# .env
299-
300297
# Ignore Byebug command history file.
301298
.byebug_history
302299

scripts/tests/api_compare/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
22
FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat
3-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.0-rc3-calibnet
3+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.1-calibnet
44
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
55
LOTUS_RPC_PORT=1234
66
FOREST_RPC_PORT=2345

scripts/tests/bootstrapper/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters
2-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.0-rc3-calibnet
2+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.1-calibnet
33
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
44
LOTUS_RPC_PORT=1234
55
FOREST_RPC_PORT=2345

scripts/tests/snapshot_parity/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.0-rc3-calibnet
1+
LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.32.1-calibnet
22
FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters
33
LOTUS_RPC_PORT=1234
44
FOREST_RPC_PORT=2345

0 commit comments

Comments
 (0)